Shades of Brown #A62720
Tints of Brown #A62720
RGB
CMYK
RGB Variations
Color information
#A62720 (or 0xA62720) is known color: Brown. HEX triplet: A6, 27 and 20. RGB value is (166,39,32). Sum of RGB (Red+Green+Blue) = 166+39+32=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A62720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62720 is #59D8DF. Grayscale: #4C4C4C. Windows color (decimal): -5888224 or 2107302. OLE color: 2107302.
HSL color Cylindrical-coordinate representation of color #A62720: hue angle of 3.13º 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 #A62720 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 32 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.35 |
| HSL | 3.13º | 0.68% | 0.39% | - |
| HSV(B) | 3.13º | 0.81% | 0.65% | - |
| XYZ | 16.71 | 9.66 | 2.35 | - |
| YUV | 76.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 32 | 0 | 0.77 | 0.81 | 0.35 | 3.13 | 0.68 | 0.39 |
| Hex | A6 | 27 | 20 | 0 | 4D | 51 | 23 | 3 | 44 | 27 |
| Octal | 246 | 47 | 40 | 0 | 115 | 121 | 43 | 3 | 104 | 47 |
| Binary | 10100110 | 100111 | 100000 | 0 | 1001101 | 1010001 | 100011 | 11 | 1000100 | 100111 |
Color Harmonies of #A62720
Complementary color
Monochromatic Colors of #A62720
Black with #A62720
Text Example
Text Example
White with #A62720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62720; }
p { color: rgb(166,39,32); }
H1.HeaderClassName
{
color: #A62720;
}
.AnyTagClassName
{
color: #A62720;
}
</style>
background-color css
<style>
a { background-color: #A62720; }
a { background-color: rgb(166,39,32); }
div.DivClassName
{
background-color: #A62720;
}
.BgClassName
{
background-color: #A62720;
}
</style>
border-color css
<style>
span { border-color: #A62720; }
span { border-color: rgb(166,39,32); }
td.TdClassName
{
border-color: #A62720;
}
.TagClassName
{
border-color: #A62720;
}
</style>