#A22521

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

Shades of Brown #A22521

Tints of Brown #A22521

Color information

#A22521 (or 0xA22521) is unknown color: approx Brown. HEX triplet: A2, 25 and 21. RGB value is (162,37,33). Sum of RGB (Red+Green+Blue) = 162+37+33=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A22521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22521 is #5DDADE. Grayscale: #4A4A4A. Windows color (decimal): -6150879 or 2172322. OLE color: 2172322.

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

Color convert

RGB1623733-
CMYK00.770.800.36
HSL1.86º66.15%38.24%-
HSV(B)1.86º79.63%63.53%-
XYZ15.849.112.36-
YUV73.92104.91190.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 33 (13.28% from 255) = 14.22%
R=69.83%
G=15.95%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162373300.770.800.361.8666.1538.24
HexA2252104D502424226
Octal2424541011512044210246
Binary10100010100101100001010011011010000100100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22521; }

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

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

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

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

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

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

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

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