#A22E16

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

Shades of Brown #A22E16

Tints of Brown #A22E16

Color information

#A22E16 (or 0xA22E16) is unknown color: approx Brown. HEX triplet: A2, 2E and 16. RGB value is (162,46,22). Sum of RGB (Red+Green+Blue) = 162+46+22=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22E16 is #5DD1E9. Grayscale: #4E4E4E. Windows color (decimal): -6148586 or 1453730. OLE color: 1453730.

HSL color Cylindrical-coordinate representation of color #A22E16: hue angle of 10.29º 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 #A22E16 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1624622-
CMYK00.720.860.36
HSL10.29º76.09%36.08%-
HSV(B)10.29º86.42%63.53%-
XYZ16.029.691.79-
YUV77.9596.43187.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.43%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=70.43%
G=20%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162462200.720.860.3610.2976.0936.08
HexA22E160485624a4c24
Octal24256260110126441211444
Binary101000101011101011001001000101011010010010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E16; }

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

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

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

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

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

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

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

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