#A12E21

Color #A12E21 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #A12E21

Tints of Brown #A12E21

Color information

#A12E21 (or 0xA12E21) is unknown color: approx Brown. HEX triplet: A1, 2E and 21. RGB value is (161,46,33). Sum of RGB (Red+Green+Blue) = 161+46+33=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12E21 is #5ED1DE. Grayscale: #4F4F4F. Windows color (decimal): -6214111 or 2174625. OLE color: 2174625.

HSL color Cylindrical-coordinate representation of color #A12E21: hue angle of 6.09º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12E21 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1614633-
CMYK00.710.800.37
HSL6.09º65.98%38.04%-
HSV(B)6.09º79.5%63.14%-
XYZ15.959.642.46-
YUV78.9102.1186.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 67.08%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 33 (13.28% from 255) = 13.75%
R=67.08%
G=19.17%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161463300.710.800.376.0965.9838.04
HexA12E21047502564226
Octal2415641010712045610246
Binary101000011011101000010100011110100001001011101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E21; }

 p { color: rgb(161,46,33); }

 H1.HeaderClassName
 {
   color: #A12E21;
 }
 .AnyTagClassName
 {
   color: #A12E21;
 }
</style>
background-color css

<style>
 a { background-color: #A12E21; }

 a { background-color: rgb(161,46,33); }

 div.DivClassName
 {
   background-color: #A12E21;
 }
 .BgClassName
 {
   background-color: #A12E21;
 }
</style>
border-color css

<style>
 span { border-color: #A12E21; }

 span { border-color: rgb(161,46,33); }

 td.TdClassName
 {
   border-color: #A12E21;
 }
 .TagClassName
 {
   border-color: #A12E21;
 }
</style>