#a12d19

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

Shades of Brown #A12D19

Tints of Brown #A12D19

Color information

#A12D19 (or 0xA12D19) is unknown color: approx Brown. HEX triplet: A1, 2D and 19. RGB value is (161,45,25). Sum of RGB (Red+Green+Blue) = 161+45+25=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12D19 is #5ED2E6. Grayscale: #4D4D4D. Windows color (decimal): -6214375 or 1650081. OLE color: 1650081.

HSL color Cylindrical-coordinate representation of color #A12D19: hue angle of 8.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A12D19 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1614525-
CMYK00.720.840.37
HSL8.82º73.12%36.47%-
HSV(B)8.82º84.47%63.14%-
XYZ15.819.521.92-
YUV77.498.43187.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 69.70%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=69.70%
G=19.48%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161452500.720.840.378.8273.1236.47
HexA12D19048542594924
Octal24155310110124451111144
Binary101000011011011100101001000101010010010110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a12d19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a12d19; }

 p { color: rgb(161,45,25); }

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

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

 a { background-color: rgb(161,45,25); }

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

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

 span { border-color: rgb(161,45,25); }

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