#A62F20

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

Shades of Brown #A62F20

Tints of Brown #A62F20

Color information

#A62F20 (or 0xA62F20) is unknown color: approx Brown. HEX triplet: A6, 2F and 20. RGB value is (166,47,32). Sum of RGB (Red+Green+Blue) = 166+47+32=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62F20 is #59D0DF. Grayscale: #515151. Windows color (decimal): -5886176 or 2109350. OLE color: 2109350.

HSL color Cylindrical-coordinate representation of color #A62F20: hue angle of 6.72º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62F20 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1664732-
CMYK00.720.810.35
HSL6.72º67.68%38.82%-
HSV(B)6.72º80.72%65.1%-
XYZ1710.242.45-
YUV80.87100.42188.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.76%
GREEN value IS 47 (18.75% from 255) = 19.18%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=67.76%
G=19.18%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166473200.720.810.356.7267.6838.82
HexA62F20048512374427
Octal2465740011012143710447
Binary101001101011111000000100100010100011000111111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F20; }

 p { color: rgb(166,47,32); }

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

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

 a { background-color: rgb(166,47,32); }

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

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

 span { border-color: rgb(166,47,32); }

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