Shades of Brown #A62F2C
Tints of Brown #A62F2C
RGB
CMYK
RGB Variations
Color information
#A62F2C (or 0xA62F2C) is known color: Brown. HEX triplet: A6, 2F and 2C. RGB value is (166,47,44). Sum of RGB (Red+Green+Blue) = 166+47+44=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62F2C is #59D0D3. Grayscale: #525252. Windows color (decimal): -5886164 or 2895782. OLE color: 2895782.
HSL color Cylindrical-coordinate representation of color #A62F2C: hue angle of 1.48º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62F2C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 47 | 44 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.35 |
| HSL | 1.48º | 0.58% | 0.41% | - |
| HSV(B) | 1.48º | 0.73% | 0.65% | - |
| XYZ | 17.2 | 10.32 | 3.47 | - |
| YUV | 82.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 44 | 0 | 0.72 | 0.73 | 0.35 | 1.48 | 0.58 | 0.41 |
| Hex | A6 | 2F | 2C | 0 | 48 | 49 | 23 | 1 | 3A | 29 |
| Octal | 246 | 57 | 54 | 0 | 110 | 111 | 43 | 1 | 72 | 51 |
| Binary | 10100110 | 101111 | 101100 | 0 | 1001000 | 1001001 | 100011 | 1 | 111010 | 101001 |
Color Harmonies of #A62F2C
Complementary color
Monochromatic Colors of #A62F2C
Black with #A62F2C
Text Example
Text Example
White with #A62F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62F2C; }
p { color: rgb(166,47,44); }
H1.HeaderClassName
{
color: #A62F2C;
}
.AnyTagClassName
{
color: #A62F2C;
}
</style>
background-color css
<style>
a { background-color: #A62F2C; }
a { background-color: rgb(166,47,44); }
div.DivClassName
{
background-color: #A62F2C;
}
.BgClassName
{
background-color: #A62F2C;
}
</style>
border-color css
<style>
span { border-color: #A62F2C; }
span { border-color: rgb(166,47,44); }
td.TdClassName
{
border-color: #A62F2C;
}
.TagClassName
{
border-color: #A62F2C;
}
</style>