#A22E2A

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

Shades of Brown #A22E2A

Tints of Brown #A22E2A

Color information

#A22E2A (or 0xA22E2A) is unknown color: approx Brown. HEX triplet: A2, 2E and 2A. RGB value is (162,46,42). Sum of RGB (Red+Green+Blue) = 162+46+42=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E2A is #5DD1D5. Grayscale: #505050. Windows color (decimal): -6148566 or 2764450. OLE color: 2764450.

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

Color convert

RGB1624642-
CMYK00.720.740.36
HSL58.82%40%-
HSV(B)74.07%63.53%-
XYZ16.39.83.22-
YUV80.23106.43186.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.8%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=64.8%
G=18.4%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162464200.720.740.36258.8240
HexA22E2A0484A2423b28
Octal242565201101124427350
Binary1010001010111010101001001000100101010010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E2A; }

 p { color: rgb(162,46,42); }

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

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

 a { background-color: rgb(162,46,42); }

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

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

 span { border-color: rgb(162,46,42); }

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