#A12D18

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

Shades of Brown #A12D18

Tints of Brown #A12D18

Color information

#A12D18 (or 0xA12D18) is unknown color: approx Brown. HEX triplet: A1, 2D and 18. RGB value is (161,45,24). Sum of RGB (Red+Green+Blue) = 161+45+24=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12D18 is #5ED2E7. Grayscale: #4D4D4D. Windows color (decimal): -6214376 or 1584545. OLE color: 1584545.

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

Color convert

RGB1614524-
CMYK00.720.850.37
HSL9.2º74.05%36.27%-
HSV(B)9.2º85.09%63.14%-
XYZ15.89.521.87-
YUV77.2997.93187.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=70%
G=19.57%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161452400.720.850.379.274.0536.27
HexA12D18048552594a24
Octal24155300110125451111244
Binary101000011011011100001001000101010110010110011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D18; }

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

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

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

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

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

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

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

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