COLOR #A81B09

HEX: #A81B09
RGB: (168,27,9)

Color info

#A81B09 contains mainly red color. Web safe color of #A81B09 is #993300 (or #930).

RGB color model

#A81B09 color RGB value is (168,27,9).

  • red value is 168;
  • green value is 27;
  • blue value is 9.
RGB:
(168,27,9)
(66%,11%,4%)

RGB channels and saturation

R 168 of 255 = 66%
G 27 of 255 = 11%
B 9 of 255 = 4%

168
27
9

R + G + B ~ 27%. #A81B09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 27 + 9 = 204 (100%)
R 168 of 204 ~ 82.35%
G 27 of 204 ~ 13.24%
B 9 of 204 ~ 4.41%

%82.35
%13.24

CMYK color model

#A81B09 color CMYK value is (0,84,95,34).

  • cyan value is 0.00%
  • magenta value is 83.93%
  • yellow value is 94.64%
  • key color value is 34.12%
CMYK:
(0,84,95,34)
C0M84Y95K34 
(0%,84%,95%,34%)
(0.00/0.84/0.95/0.34)	

CMYK percentages

%0
%83.93
%94.64
%34.12

Codes

Color #A81B09 in popluar color models

A81B09
RGB168279
HSL89.83%34.71%
HSB/HSV94.64%65.88%
CMYK0.00%83.93%94.64%
34.12%

Color #A81B09 in popluar number systems.

HEXA81B09
Decimal168279
Binary10101000110111001
Octal2503311

Shades and tints

Shades of #A81B09

#A81B09
(168,27,9)
#991909
(153,25,9)
#8A1709
(138,23,9)
#7B1509
(123,21,9)
#6C1309
(108,19,9)
#5D1109
(93,17,9)
#4E0F09
(78,15,9)
#3F0D09
(63,13,9)
#300B09
(48,11,9)
#210909
(33,9,9)
#120709
(18,7,9)
#000000
(0,0,0)

Tints of #A81B09

#A81B09
(168,27,9)
#AF2F1F
(175,47,31)
#B64335
(182,67,53)
#BD574B
(189,87,75)
#C46B61
(196,107,97)
#CB7F77
(203,127,119)
#D2938D
(210,147,141)
#D9A7A3
(217,167,163)
#E0BBB9
(224,187,185)
#E7CFCF
(231,207,207)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A81B09 color. Also use rgb(168,27,9) instead hex code.

Text Font Color

.myTextColor { color: #A81B09; }

<p style="color:#A81B09">This sample text font color is #A81B09.</p>

This text font color is #A81B09.


Background Color

.myBgColor { background-color: #A81B09; }

<div style="background-color:#A81B09">Inner text</div>

This div background color is #A81B09.


Border color

.myBorderColor { border: 1px solid #A81B09; }

<div style="border:3px solid #A81B09">Div</div>

This div border color is #A81B09.


Opacity

.myOpacity80 { color: #A81B09; opacity: 0.8; }

<p style="color:#A81B09;opacity:0.8;">80%</p>

Text with #A81B09 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A81B09;}

<p style="text-shadow: 3px 3px 1px #A81B09">Text here.</p>

This text has shadow with #A81B09 color.

.textShadow {text-shadow: 3px 3px 1px #A81B09, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A81B09, 5px 5px 20px red">Text here.</p>

This text has shadow with #A81B09 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A81B09, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A81B09, Direction=45, Strength=4)">Text</p>

This text has shadow with #A81B09 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A81B09;
  -webkit-box-shadow:	1px 1px 3px 2px #A81B09;
  box-shadow:		1px 1px 3px 2px #A81B09;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A81B09;
-webkit-box-shadow: 1px 1px 3px 2px #A81B09;
box-shadow:1px 1px 3px 2px #A81B09;">
Div content here</div>
This div box has shadow with color #A81B09.

Preview

Color preview on black background

This text has color #A81B09 on black background.


Color preview on white background

This text has color #A81B09 on white background.



Black color preview on #A81B09 background

This text has black color on #A81B09 background.


White color preview on #A81B09 background

This text has white color on #A81B09 background.