Shades of Golden Brown #A66415
Tints of Golden Brown #A66415
RGB
CMYK
RGB Variations
Color information
#A66415 (or 0xA66415) is known color: Golden Brown. HEX triplet: A6, 64 and 15. RGB value is (166,100,21). Sum of RGB (Red+Green+Blue) = 166+100+21=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A66415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66415 is #599BEA. Grayscale: #6F6F6F. Windows color (decimal): -5872619 or 1402022. OLE color: 1402022.
HSL color Cylindrical-coordinate representation of color #A66415: hue angle of 32.69º 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 #A66415 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 21 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.35 |
| HSL | 32.69º | 0.78% | 0.37% | - |
| HSV(B) | 32.69º | 0.87% | 0.65% | - |
| XYZ | 20.42 | 17.28 | 2.97 | - |
| YUV | 110.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 21 | 0 | 0.40 | 0.87 | 0.35 | 32.69 | 0.78 | 0.37 |
| Hex | A6 | 64 | 15 | 0 | 28 | 57 | 23 | 21 | 4E | 25 |
| Octal | 246 | 144 | 25 | 0 | 50 | 127 | 43 | 41 | 116 | 45 |
| Binary | 10100110 | 1100100 | 10101 | 0 | 101000 | 1010111 | 100011 | 100001 | 1001110 | 100101 |
Color Harmonies of #A66415
Complementary color
Monochromatic Colors of #A66415
Black with #A66415
Text Example
Text Example
White with #A66415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66415; }
p { color: rgb(166,100,21); }
H1.HeaderClassName
{
color: #A66415;
}
.AnyTagClassName
{
color: #A66415;
}
</style>
background-color css
<style>
a { background-color: #A66415; }
a { background-color: rgb(166,100,21); }
div.DivClassName
{
background-color: #A66415;
}
.BgClassName
{
background-color: #A66415;
}
</style>
border-color css
<style>
span { border-color: #A66415; }
span { border-color: rgb(166,100,21); }
td.TdClassName
{
border-color: #A66415;
}
.TagClassName
{
border-color: #A66415;
}
</style>