Shades of Golden Brown #A65708
Tints of Golden Brown #A65708
RGB
CMYK
RGB Variations
Color information
#A65708 (or 0xA65708) is known color: Golden Brown. HEX triplet: A6, 57 and 08. RGB value is (166,87,8). Sum of RGB (Red+Green+Blue) = 166+87+8=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A65708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65708 is #59A8F7. Grayscale: #666666. Windows color (decimal): -5875960 or 546726. OLE color: 546726.
HSL color Cylindrical-coordinate representation of color #A65708: hue angle of 30º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A65708 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 8 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.35 |
| HSL | 30º | 0.91% | 0.34% | - |
| HSV(B) | 30º | 0.95% | 0.65% | - |
| XYZ | 19.18 | 14.94 | 2.1 | - |
| YUV | 101.62 | 75.17 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 8 | 0 | 0.48 | 0.95 | 0.35 | 30 | 0.91 | 0.34 |
| Hex | A6 | 57 | 8 | 0 | 30 | 5F | 23 | 1E | 5B | 22 |
| Octal | 246 | 127 | 10 | 0 | 60 | 137 | 43 | 36 | 133 | 42 |
| Binary | 10100110 | 1010111 | 1000 | 0 | 110000 | 1011111 | 100011 | 11110 | 1011011 | 100010 |
Color Harmonies of #A65708
Complementary color
Monochromatic Colors of #A65708
Black with #A65708
Text Example
Text Example
White with #A65708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65708; }
p { color: rgb(166,87,8); }
H1.HeaderClassName
{
color: #A65708;
}
.AnyTagClassName
{
color: #A65708;
}
</style>
background-color css
<style>
a { background-color: #A65708; }
a { background-color: rgb(166,87,8); }
div.DivClassName
{
background-color: #A65708;
}
.BgClassName
{
background-color: #A65708;
}
</style>
border-color css
<style>
span { border-color: #A65708; }
span { border-color: rgb(166,87,8); }
td.TdClassName
{
border-color: #A65708;
}
.TagClassName
{
border-color: #A65708;
}
</style>