#A22E22

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

Shades of Brown #A22E22

Tints of Brown #A22E22

Color information

#A22E22 (or 0xA22E22) is unknown color: approx Brown. HEX triplet: A2, 2E and 22. RGB value is (162,46,34). Sum of RGB (Red+Green+Blue) = 162+46+34=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E22 is #5DD1DD. Grayscale: #4F4F4F. Windows color (decimal): -6148574 or 2240162. OLE color: 2240162.

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

Color convert

RGB1624634-
CMYK00.720.790.36
HSL5.63º65.31%38.43%-
HSV(B)5.63º79.01%63.53%-
XYZ16.179.752.54-
YUV79.32102.43186.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 34 (13.67% from 255) = 14.05%
R=66.94%
G=19.01%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162463400.720.790.365.6365.3138.43
HexA22E220484F2464126
Octal2425642011011744610146
Binary101000101011101000100100100010011111001001101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E22; }

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

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

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

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

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

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

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

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