#A22C21

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

Shades of Brown #A22C21

Tints of Brown #A22C21

Color information

#A22C21 (or 0xA22C21) is unknown color: approx Brown. HEX triplet: A2, 2C and 21. RGB value is (162,44,33). Sum of RGB (Red+Green+Blue) = 162+44+33=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C21 is #5DD3DE. Grayscale: #4E4E4E. Windows color (decimal): -6149087 or 2174114. OLE color: 2174114.

HSL color Cylindrical-coordinate representation of color #A22C21: hue angle of 5.12º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22C21 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1624433-
CMYK00.730.800.36
HSL5.12º66.15%38.24%-
HSV(B)5.12º79.63%63.53%-
XYZ16.089.592.44-
YUV78.03102.59187.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 33 (13.28% from 255) = 13.81%
R=67.78%
G=18.41%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162443300.730.800.365.1266.1538.24
HexA22C21049502454226
Octal2425441011112044510246
Binary101000101011001000010100100110100001001001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C21; }

 p { color: rgb(162,44,33); }

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

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

 a { background-color: rgb(162,44,33); }

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

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

 span { border-color: rgb(162,44,33); }

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