#A22D18

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

Shades of Brown #A22D18

Tints of Brown #A22D18

Color information

#A22D18 (or 0xA22D18) is unknown color: approx Brown. HEX triplet: A2, 2D and 18. RGB value is (162,45,24). Sum of RGB (Red+Green+Blue) = 162+45+24=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22D18 is #5DD2E7. Grayscale: #4D4D4D. Windows color (decimal): -6148840 or 1584546. OLE color: 1584546.

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

Color convert

RGB1624524-
CMYK00.720.850.36
HSL9.13º74.19%36.47%-
HSV(B)9.13º85.19%63.53%-
XYZ169.621.88-
YUV77.5997.76188.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=70.13%
G=19.48%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162452400.720.850.369.1374.1936.47
HexA22D18048552494a24
Octal24255300110125441111244
Binary101000101011011100001001000101010110010010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D18; }

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

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

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

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

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

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

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

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