#A22221

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

Shades of Brown #A22221

Tints of Brown #A22221

Color information

#A22221 (or 0xA22221) is unknown color: approx Brown. HEX triplet: A2, 22 and 21. RGB value is (162,34,33). Sum of RGB (Red+Green+Blue) = 162+34+33=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A22221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22221 is #5DDDDE. Grayscale: #484848. Windows color (decimal): -6151647 or 2171554. OLE color: 2171554.

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

Color convert

RGB1623433-
CMYK00.790.800.36
HSL0.47º66.15%38.24%-
HSV(B)0.47º79.63%63.53%-
XYZ15.758.942.33-
YUV72.16105.91192.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.74%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=70.74%
G=14.85%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162343300.790.800.360.4766.1538.24
HexA2222104F502404226
Octal2424241011712044010246
Binary1010001010001010000101001111101000010010001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22221; }

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

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

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

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

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

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

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

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