#A22A16

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

Shades of Brown #A22A16

Tints of Brown #A22A16

Color information

#A22A16 (or 0xA22A16) is unknown color: approx Brown. HEX triplet: A2, 2A and 16. RGB value is (162,42,22). Sum of RGB (Red+Green+Blue) = 162+42+22=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A16 is #5DD5E9. Grayscale: #4B4B4B. Windows color (decimal): -6149610 or 1452706. OLE color: 1452706.

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

Color convert

RGB1624222-
CMYK00.740.860.36
HSL8.57º76.09%36.08%-
HSV(B)8.57º86.42%63.53%-
XYZ15.879.41.74-
YUV75.697.76189.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.68%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=71.68%
G=18.58%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162422200.740.860.368.5776.0936.08
HexA22A1604A562494c24
Octal24252260112126441111444
Binary101000101010101011001001010101011010010010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A16; }

 p { color: rgb(162,42,22); }

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

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

 a { background-color: rgb(162,42,22); }

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

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

 span { border-color: rgb(162,42,22); }

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