#A22F2B

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

Shades of Brown #A22F2B

Tints of Brown #A22F2B

Color information

#A22F2B (or 0xA22F2B) is unknown color: approx Brown. HEX triplet: A2, 2F and 2B. RGB value is (162,47,43). Sum of RGB (Red+Green+Blue) = 162+47+43=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F2B is #5DD0D4. Grayscale: #515151. Windows color (decimal): -6148309 or 2830242. OLE color: 2830242.

HSL color Cylindrical-coordinate representation of color #A22F2B: hue angle of 2.02º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22F2B is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1624743-
CMYK00.710.730.36
HSL2.02º58.05%40.2%-
HSV(B)2.02º73.46%63.53%-
XYZ16.359.893.33-
YUV80.93106.6185.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=64.29%
G=18.65%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162474300.710.730.362.0258.0540.2
HexA22F2B047492423a28
Octal242575301071114427250
Binary1010001010111110101101000111100100110010010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F2B; }

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

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

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

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

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

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

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

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