#A22F2C

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

Shades of Brown #A22F2C

Tints of Brown #A22F2C

Color information

#A22F2C (or 0xA22F2C) is unknown color: approx Brown. HEX triplet: A2, 2F and 2C. RGB value is (162,47,44). Sum of RGB (Red+Green+Blue) = 162+47+44=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22F2C is #5DD0D3. Grayscale: #515151. Windows color (decimal): -6148308 or 2895778. OLE color: 2895778.

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

Color convert

RGB1624744-
CMYK00.710.730.36
HSL1.53º57.28%40.39%-
HSV(B)1.53º72.84%63.53%-
XYZ16.379.93.43-
YUV81.04107.1185.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 47 (18.75% from 255) = 18.58%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=64.03%
G=18.58%
B=17.39%

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
Decimal162474400.710.730.361.5357.2840.39
HexA22F2C047492423928
Octal242575401071114427150
Binary1010001010111110110001000111100100110010010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F2C; }

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

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

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

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

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

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

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

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