#A22F21

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

Shades of Brown #A22F21

Tints of Brown #A22F21

Color information

#A22F21 (or 0xA22F21) is unknown color: approx Brown. HEX triplet: A2, 2F and 21. RGB value is (162,47,33). Sum of RGB (Red+Green+Blue) = 162+47+33=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F21 is #5DD0DE. Grayscale: #4F4F4F. Windows color (decimal): -6148319 or 2174882. OLE color: 2174882.

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

Color convert

RGB1624733-
CMYK00.710.800.36
HSL6.51º66.15%38.24%-
HSV(B)6.51º79.63%63.53%-
XYZ16.199.822.48-
YUV79.79101.6186.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=66.94%
G=19.42%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162473300.710.800.366.5166.1538.24
HexA22F21047502474226
Octal2425741010712044710246
Binary101000101011111000010100011110100001001001111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F21; }

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

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

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

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

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

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

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

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