Shades of Golden Brown #A66F13
Tints of Golden Brown #A66F13
RGB
CMYK
RGB Variations
Color information
#A66F13 (or 0xA66F13) is known color: Golden Brown. HEX triplet: A6, 6F and 13. RGB value is (166,111,19). Sum of RGB (Red+Green+Blue) = 166+111+19=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F13 is #5990EC. Grayscale: #757575. Windows color (decimal): -5869805 or 1273766. OLE color: 1273766.
HSL color Cylindrical-coordinate representation of color #A66F13: hue angle of 37.55º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A66F13 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 19 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.35 |
| HSL | 37.55º | 0.79% | 0.36% | - |
| HSV(B) | 37.55º | 0.89% | 0.65% | - |
| XYZ | 21.53 | 19.52 | 3.25 | - |
| YUV | 116.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 19 | 0 | 0.33 | 0.89 | 0.35 | 37.55 | 0.79 | 0.36 |
| Hex | A6 | 6F | 13 | 0 | 21 | 59 | 23 | 26 | 4F | 24 |
| Octal | 246 | 157 | 23 | 0 | 41 | 131 | 43 | 46 | 117 | 44 |
| Binary | 10100110 | 1101111 | 10011 | 0 | 100001 | 1011001 | 100011 | 100110 | 1001111 | 100100 |
Color Harmonies of #A66F13
Complementary color
Monochromatic Colors of #A66F13
Black with #A66F13
Text Example
Text Example
White with #A66F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F13; }
p { color: rgb(166,111,19); }
H1.HeaderClassName
{
color: #A66F13;
}
.AnyTagClassName
{
color: #A66F13;
}
</style>
background-color css
<style>
a { background-color: #A66F13; }
a { background-color: rgb(166,111,19); }
div.DivClassName
{
background-color: #A66F13;
}
.BgClassName
{
background-color: #A66F13;
}
</style>
border-color css
<style>
span { border-color: #A66F13; }
span { border-color: rgb(166,111,19); }
td.TdClassName
{
border-color: #A66F13;
}
.TagClassName
{
border-color: #A66F13;
}
</style>