Shades of Golden Brown #A86809
Tints of Golden Brown #A86809
RGB
CMYK
RGB Variations
Color information
#A86809 (or 0xA86809) is known color: Golden Brown. HEX triplet: A8, 68 and 09. RGB value is (168,104,9). Sum of RGB (Red+Green+Blue) = 168+104+9=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A86809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86809 is #5797F6. Grayscale: #707070. Windows color (decimal): -5740535 or 616616. OLE color: 616616.
HSL color Cylindrical-coordinate representation of color #A86809: hue angle of 35.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A86809 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 9 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.34 |
| HSL | 35.85º | 0.9% | 0.35% | - |
| HSV(B) | 35.85º | 0.95% | 0.66% | - |
| XYZ | 21.15 | 18.25 | 2.67 | - |
| YUV | 112.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 9 | 0 | 0.38 | 0.95 | 0.34 | 35.85 | 0.9 | 0.35 |
| Hex | A8 | 68 | 9 | 0 | 26 | 5F | 22 | 24 | 5A | 23 |
| Octal | 250 | 150 | 11 | 0 | 46 | 137 | 42 | 44 | 132 | 43 |
| Binary | 10101000 | 1101000 | 1001 | 0 | 100110 | 1011111 | 100010 | 100100 | 1011010 | 100011 |
Color Harmonies of #A86809
Complementary color
Monochromatic Colors of #A86809
Black with #A86809
Text Example
Text Example
White with #A86809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86809; }
p { color: rgb(168,104,9); }
H1.HeaderClassName
{
color: #A86809;
}
.AnyTagClassName
{
color: #A86809;
}
</style>
background-color css
<style>
a { background-color: #A86809; }
a { background-color: rgb(168,104,9); }
div.DivClassName
{
background-color: #A86809;
}
.BgClassName
{
background-color: #A86809;
}
</style>
border-color css
<style>
span { border-color: #A86809; }
span { border-color: rgb(168,104,9); }
td.TdClassName
{
border-color: #A86809;
}
.TagClassName
{
border-color: #A86809;
}
</style>