#A62E28

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

Shades of Brown #A62E28

Tints of Brown #A62E28

Color information

#A62E28 (or 0xA62E28) is unknown color: approx Brown. HEX triplet: A6, 2E and 28. RGB value is (166,46,40). Sum of RGB (Red+Green+Blue) = 166+46+40=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62E28 is #59D1D7. Grayscale: #515151. Windows color (decimal): -5886424 or 2633382. OLE color: 2633382.

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

Color convert

RGB1664640-
CMYK00.720.760.35
HSL2.86º61.17%40.39%-
HSV(B)2.86º75.9%65.1%-
XYZ17.0910.213.08-
YUV81.2104.76188.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.87%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=65.87%
G=18.25%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166464000.720.760.352.8661.1740.39
HexA62E280484C2333d28
Octal246565001101144337550
Binary1010011010111010100001001000100110010001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E28; }

 p { color: rgb(166,46,40); }

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

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

 a { background-color: rgb(166,46,40); }

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

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

 span { border-color: rgb(166,46,40); }

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