#A22E2C

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

Shades of Brown #A22E2C

Tints of Brown #A22E2C

Color information

#A22E2C (or 0xA22E2C) is unknown color: approx Brown. HEX triplet: A2, 2E and 2C. RGB value is (162,46,44). Sum of RGB (Red+Green+Blue) = 162+46+44=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E2C is #5DD1D3. Grayscale: #505050. Windows color (decimal): -6148564 or 2895522. OLE color: 2895522.

HSL color Cylindrical-coordinate representation of color #A22E2C: hue angle of 1.02º degrees, saturation: 0.57, 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 #A22E2C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1624644-
CMYK00.720.730.36
HSL1.02º57.28%40.39%-
HSV(B)1.02º72.84%63.53%-
XYZ16.339.823.42-
YUV80.46107.43186.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 44 (17.58% from 255) = 17.46%
R=64.29%
G=18.25%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162464400.720.730.361.0257.2840.39
HexA22E2C048492413928
Octal242565401101114417150
Binary101000101011101011000100100010010011001001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E2C; }

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

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

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

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

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

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

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

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