Shades of Golden Brown #A85909
Tints of Golden Brown #A85909
RGB
CMYK
RGB Variations
Color information
#A85909 (or 0xA85909) is known color: Golden Brown. HEX triplet: A8, 59 and 09. RGB value is (168,89,9). Sum of RGB (Red+Green+Blue) = 168+89+9=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A85909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85909 is #57A6F6. Grayscale: #676767. Windows color (decimal): -5744375 or 612776. OLE color: 612776.
HSL color Cylindrical-coordinate representation of color #A85909: hue angle of 30.19º 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 #A85909 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 9 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.34 |
| HSL | 30.19º | 0.9% | 0.35% | - |
| HSV(B) | 30.19º | 0.95% | 0.66% | - |
| XYZ | 19.77 | 15.49 | 2.21 | - |
| YUV | 103.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 9 | 0 | 0.47 | 0.95 | 0.34 | 30.19 | 0.9 | 0.35 |
| Hex | A8 | 59 | 9 | 0 | 2F | 5F | 22 | 1E | 5A | 23 |
| Octal | 250 | 131 | 11 | 0 | 57 | 137 | 42 | 36 | 132 | 43 |
| Binary | 10101000 | 1011001 | 1001 | 0 | 101111 | 1011111 | 100010 | 11110 | 1011010 | 100011 |
Color Harmonies of #A85909
Complementary color
Monochromatic Colors of #A85909
Black with #A85909
Text Example
Text Example
White with #A85909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85909; }
p { color: rgb(168,89,9); }
H1.HeaderClassName
{
color: #A85909;
}
.AnyTagClassName
{
color: #A85909;
}
</style>
background-color css
<style>
a { background-color: #A85909; }
a { background-color: rgb(168,89,9); }
div.DivClassName
{
background-color: #A85909;
}
.BgClassName
{
background-color: #A85909;
}
</style>
border-color css
<style>
span { border-color: #A85909; }
span { border-color: rgb(168,89,9); }
td.TdClassName
{
border-color: #A85909;
}
.TagClassName
{
border-color: #A85909;
}
</style>