#A22E2B

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

Shades of Brown #A22E2B

Tints of Brown #A22E2B

Color information

#A22E2B (or 0xA22E2B) is unknown color: approx Brown. HEX triplet: A2, 2E and 2B. RGB value is (162,46,43). Sum of RGB (Red+Green+Blue) = 162+46+43=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E2B is #5DD1D4. Grayscale: #505050. Windows color (decimal): -6148565 or 2829986. OLE color: 2829986.

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

Color convert

RGB1624643-
CMYK00.720.730.36
HSL1.51º58.05%40.2%-
HSV(B)1.51º73.46%63.53%-
XYZ16.319.813.32-
YUV80.34106.93186.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=64.54%
G=18.33%
B=17.13%

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
Decimal162464300.720.730.361.5158.0540.2
HexA22E2B048492423a28
Octal242565301101114427250
Binary1010001010111010101101001000100100110010010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E2B; }

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

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

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

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

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

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

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

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