#A22720

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

Shades of Brown #A22720

Tints of Brown #A22720

Color information

#A22720 (or 0xA22720) is unknown color: approx Brown. HEX triplet: A2, 27 and 20. RGB value is (162,39,32). Sum of RGB (Red+Green+Blue) = 162+39+32=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A22720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22720 is #5DD8DF. Grayscale: #4B4B4B. Windows color (decimal): -6150368 or 2107298. OLE color: 2107298.

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

Color convert

RGB1623932-
CMYK00.760.800.36
HSL3.23º67.01%38.04%-
HSV(B)3.23º80.25%63.53%-
XYZ15.899.242.31-
YUV74.98103.75190.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=69.53%
G=16.74%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162393200.760.800.363.2367.0138.04
HexA2272004C502434326
Octal2424740011412044310346
Binary10100010100111100000010011001010000100100111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22720; }

 p { color: rgb(162,39,32); }

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

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

 a { background-color: rgb(162,39,32); }

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

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

 span { border-color: rgb(162,39,32); }

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