Shades of Golden Brown #A66514
Tints of Golden Brown #A66514
RGB
CMYK
RGB Variations
Color information
#A66514 (or 0xA66514) is known color: Golden Brown. HEX triplet: A6, 65 and 14. RGB value is (166,101,20). Sum of RGB (Red+Green+Blue) = 166+101+20=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A66514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66514 is #599AEB. Grayscale: #6F6F6F. Windows color (decimal): -5872364 or 1336742. OLE color: 1336742.
HSL color Cylindrical-coordinate representation of color #A66514: hue angle of 33.29º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A66514 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 20 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.35 |
| HSL | 33.29º | 0.78% | 0.36% | - |
| HSV(B) | 33.29º | 0.88% | 0.65% | - |
| XYZ | 20.51 | 17.46 | 2.95 | - |
| YUV | 111.2 | 76.53 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 20 | 0 | 0.39 | 0.88 | 0.35 | 33.29 | 0.78 | 0.36 |
| Hex | A6 | 65 | 14 | 0 | 27 | 58 | 23 | 21 | 4E | 24 |
| Octal | 246 | 145 | 24 | 0 | 47 | 130 | 43 | 41 | 116 | 44 |
| Binary | 10100110 | 1100101 | 10100 | 0 | 100111 | 1011000 | 100011 | 100001 | 1001110 | 100100 |
Color Harmonies of #A66514
Complementary color
Monochromatic Colors of #A66514
Black with #A66514
Text Example
Text Example
White with #A66514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66514; }
p { color: rgb(166,101,20); }
H1.HeaderClassName
{
color: #A66514;
}
.AnyTagClassName
{
color: #A66514;
}
</style>
background-color css
<style>
a { background-color: #A66514; }
a { background-color: rgb(166,101,20); }
div.DivClassName
{
background-color: #A66514;
}
.BgClassName
{
background-color: #A66514;
}
</style>
border-color css
<style>
span { border-color: #A66514; }
span { border-color: rgb(166,101,20); }
td.TdClassName
{
border-color: #A66514;
}
.TagClassName
{
border-color: #A66514;
}
</style>