#A22D21

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

Shades of Brown #A22D21

Tints of Brown #A22D21

Color information

#A22D21 (or 0xA22D21) is unknown color: approx Brown. HEX triplet: A2, 2D and 21. RGB value is (162,45,33). Sum of RGB (Red+Green+Blue) = 162+45+33=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D21 is #5DD2DE. Grayscale: #4E4E4E. Windows color (decimal): -6148831 or 2174370. OLE color: 2174370.

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

Color convert

RGB1624533-
CMYK00.720.800.36
HSL5.58º66.15%38.24%-
HSV(B)5.58º79.63%63.53%-
XYZ16.119.672.46-
YUV78.61102.26187.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 33 (13.28% from 255) = 13.75%
R=67.5%
G=18.75%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162453300.720.800.365.5866.1538.24
HexA22D21048502464226
Octal2425541011012044610246
Binary101000101011011000010100100010100001001001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D21; }

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

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

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

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

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

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

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

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