Shades of Golden Brown #A86009
Tints of Golden Brown #A86009
RGB
CMYK
RGB Variations
Color information
#A86009 (or 0xA86009) is known color: Golden Brown. HEX triplet: A8, 60 and 09. RGB value is (168,96,9). Sum of RGB (Red+Green+Blue) = 168+96+9=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A86009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86009 is #579FF6. Grayscale: #6C6C6C. Windows color (decimal): -5742583 or 614568. OLE color: 614568.
HSL color Cylindrical-coordinate representation of color #A86009: hue angle of 32.83º 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 #A86009 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 9 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.34 |
| HSL | 32.83º | 0.9% | 0.35% | - |
| HSV(B) | 32.83º | 0.95% | 0.66% | - |
| XYZ | 20.38 | 16.71 | 2.41 | - |
| YUV | 107.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 9 | 0 | 0.43 | 0.95 | 0.34 | 32.83 | 0.9 | 0.35 |
| Hex | A8 | 60 | 9 | 0 | 2B | 5F | 22 | 21 | 5A | 23 |
| Octal | 250 | 140 | 11 | 0 | 53 | 137 | 42 | 41 | 132 | 43 |
| Binary | 10101000 | 1100000 | 1001 | 0 | 101011 | 1011111 | 100010 | 100001 | 1011010 | 100011 |
Color Harmonies of #A86009
Complementary color
Monochromatic Colors of #A86009
Black with #A86009
Text Example
Text Example
White with #A86009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86009; }
p { color: rgb(168,96,9); }
H1.HeaderClassName
{
color: #A86009;
}
.AnyTagClassName
{
color: #A86009;
}
</style>
background-color css
<style>
a { background-color: #A86009; }
a { background-color: rgb(168,96,9); }
div.DivClassName
{
background-color: #A86009;
}
.BgClassName
{
background-color: #A86009;
}
</style>
border-color css
<style>
span { border-color: #A86009; }
span { border-color: rgb(168,96,9); }
td.TdClassName
{
border-color: #A86009;
}
.TagClassName
{
border-color: #A86009;
}
</style>