Shades of Brown #A62F17
Tints of Brown #A62F17
RGB
CMYK
RGB Variations
Color information
#A62F17 (or 0xA62F17) is known color: Brown. HEX triplet: A6, 2F and 17. RGB value is (166,47,23). Sum of RGB (Red+Green+Blue) = 166+47+23=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62F17 is #59D0E8. Grayscale: #505050. Windows color (decimal): -5886185 or 1519526. OLE color: 1519526.
HSL color Cylindrical-coordinate representation of color #A62F17: hue angle of 10.07º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A62F17 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 47 | 23 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.35 |
| HSL | 10.07º | 0.76% | 0.37% | - |
| HSV(B) | 10.07º | 0.86% | 0.65% | - |
| XYZ | 16.9 | 10.2 | 1.89 | - |
| YUV | 79.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 23 | 0 | 0.72 | 0.86 | 0.35 | 10.07 | 0.76 | 0.37 |
| Hex | A6 | 2F | 17 | 0 | 48 | 56 | 23 | A | 4C | 25 |
| Octal | 246 | 57 | 27 | 0 | 110 | 126 | 43 | 12 | 114 | 45 |
| Binary | 10100110 | 101111 | 10111 | 0 | 1001000 | 1010110 | 100011 | 1010 | 1001100 | 100101 |
Color Harmonies of #A62F17
Complementary color
Monochromatic Colors of #A62F17
Black with #A62F17
Text Example
Text Example
White with #A62F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62F17; }
p { color: rgb(166,47,23); }
H1.HeaderClassName
{
color: #A62F17;
}
.AnyTagClassName
{
color: #A62F17;
}
</style>
background-color css
<style>
a { background-color: #A62F17; }
a { background-color: rgb(166,47,23); }
div.DivClassName
{
background-color: #A62F17;
}
.BgClassName
{
background-color: #A62F17;
}
</style>
border-color css
<style>
span { border-color: #A62F17; }
span { border-color: rgb(166,47,23); }
td.TdClassName
{
border-color: #A62F17;
}
.TagClassName
{
border-color: #A62F17;
}
</style>