Shades of Golden Brown #A66515
Tints of Golden Brown #A66515
RGB
CMYK
RGB Variations
Color information
#A66515 (or 0xA66515) is known color: Golden Brown. HEX triplet: A6, 65 and 15. RGB value is (166,101,21). Sum of RGB (Red+Green+Blue) = 166+101+21=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A66515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66515 is #599AEA. Grayscale: #6F6F6F. Windows color (decimal): -5872363 or 1402278. OLE color: 1402278.
HSL color Cylindrical-coordinate representation of color #A66515: hue angle of 33.1º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A66515 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 101 | 21 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.35 |
| HSL | 33.1º | 0.78% | 0.37% | - |
| HSV(B) | 33.1º | 0.87% | 0.65% | - |
| XYZ | 20.51 | 17.47 | 3 | - |
| YUV | 111.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 21 | 0 | 0.39 | 0.87 | 0.35 | 33.1 | 0.78 | 0.37 |
| Hex | A6 | 65 | 15 | 0 | 27 | 57 | 23 | 21 | 4E | 25 |
| Octal | 246 | 145 | 25 | 0 | 47 | 127 | 43 | 41 | 116 | 45 |
| Binary | 10100110 | 1100101 | 10101 | 0 | 100111 | 1010111 | 100011 | 100001 | 1001110 | 100101 |
Color Harmonies of #A66515
Complementary color
Monochromatic Colors of #A66515
Black with #A66515
Text Example
Text Example
White with #A66515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66515; }
p { color: rgb(166,101,21); }
H1.HeaderClassName
{
color: #A66515;
}
.AnyTagClassName
{
color: #A66515;
}
</style>
background-color css
<style>
a { background-color: #A66515; }
a { background-color: rgb(166,101,21); }
div.DivClassName
{
background-color: #A66515;
}
.BgClassName
{
background-color: #A66515;
}
</style>
border-color css
<style>
span { border-color: #A66515; }
span { border-color: rgb(166,101,21); }
td.TdClassName
{
border-color: #A66515;
}
.TagClassName
{
border-color: #A66515;
}
</style>