#A62C28

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

Shades of Brown #A62C28

Tints of Brown #A62C28

Color information

#A62C28 (or 0xA62C28) is unknown color: approx Brown. HEX triplet: A6, 2C and 28. RGB value is (166,44,40). Sum of RGB (Red+Green+Blue) = 166+44+40=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62C28 is #59D3D7. Grayscale: #505050. Windows color (decimal): -5886936 or 2632870. OLE color: 2632870.

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

Color convert

RGB1664440-
CMYK00.730.760.35
HSL1.9º61.17%40.39%-
HSV(B)1.9º75.9%65.1%-
XYZ17.0110.063.05-
YUV80.02105.42189.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 44 (17.58% from 255) = 17.6%
BLUE value IS 40 (16.02% from 255) = 16%
R=66.4%
G=17.6%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166444000.730.760.351.961.1740.39
HexA62C280494C2323d28
Octal246545001111144327550
Binary1010011010110010100001001001100110010001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C28; }

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

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

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

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

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

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

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

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