Shades of Golden Brown #A86909
Tints of Golden Brown #A86909
RGB
CMYK
RGB Variations
Color information
#A86909 (or 0xA86909) is known color: Golden Brown. HEX triplet: A8, 69 and 09. RGB value is (168,105,9). Sum of RGB (Red+Green+Blue) = 168+105+9=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A86909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86909 is #5796F6. Grayscale: #717171. Windows color (decimal): -5740279 or 616872. OLE color: 616872.
HSL color Cylindrical-coordinate representation of color #A86909: hue angle of 36.23º 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 #A86909 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 9 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.34 |
| HSL | 36.23º | 0.9% | 0.35% | - |
| HSV(B) | 36.23º | 0.95% | 0.66% | - |
| XYZ | 21.25 | 18.45 | 2.7 | - |
| YUV | 112.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 9 | 0 | 0.38 | 0.95 | 0.34 | 36.23 | 0.9 | 0.35 |
| Hex | A8 | 69 | 9 | 0 | 26 | 5F | 22 | 24 | 5A | 23 |
| Octal | 250 | 151 | 11 | 0 | 46 | 137 | 42 | 44 | 132 | 43 |
| Binary | 10101000 | 1101001 | 1001 | 0 | 100110 | 1011111 | 100010 | 100100 | 1011010 | 100011 |
Color Harmonies of #A86909
Complementary color
Monochromatic Colors of #A86909
Black with #A86909
Text Example
Text Example
White with #A86909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86909; }
p { color: rgb(168,105,9); }
H1.HeaderClassName
{
color: #A86909;
}
.AnyTagClassName
{
color: #A86909;
}
</style>
background-color css
<style>
a { background-color: #A86909; }
a { background-color: rgb(168,105,9); }
div.DivClassName
{
background-color: #A86909;
}
.BgClassName
{
background-color: #A86909;
}
</style>
border-color css
<style>
span { border-color: #A86909; }
span { border-color: rgb(168,105,9); }
td.TdClassName
{
border-color: #A86909;
}
.TagClassName
{
border-color: #A86909;
}
</style>