#A62D27

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

Shades of Brown #A62D27

Tints of Brown #A62D27

Color information

#A62D27 (or 0xA62D27) is unknown color: approx Brown. HEX triplet: A6, 2D and 27. RGB value is (166,45,39). Sum of RGB (Red+Green+Blue) = 166+45+39=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D27 is #59D2D8. Grayscale: #505050. Windows color (decimal): -5886681 or 2567590. OLE color: 2567590.

HSL color Cylindrical-coordinate representation of color #A62D27: hue angle of 2.83º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62D27 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1664539-
CMYK00.730.770.35
HSL2.83º61.95%40.2%-
HSV(B)2.83º76.51%65.1%-
XYZ17.0310.132.98-
YUV80.5104.59188.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=66.4%
G=18%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166453900.730.770.352.8361.9540.2
HexA62D270494D2333e28
Octal246554701111154337650
Binary1010011010110110011101001001100110110001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D27; }

 p { color: rgb(166,45,39); }

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

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

 a { background-color: rgb(166,45,39); }

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

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

 span { border-color: rgb(166,45,39); }

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