Shades of Golden Brown #A96008
Tints of Golden Brown #A96008
RGB
CMYK
RGB Variations
Color information
#A96008 (or 0xA96008) is known color: Golden Brown. HEX triplet: A9, 60 and 08. RGB value is (169,96,8). Sum of RGB (Red+Green+Blue) = 169+96+8=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A96008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96008 is #569FF7. Grayscale: #6C6C6C. Windows color (decimal): -5677048 or 549033. OLE color: 549033.
HSL color Cylindrical-coordinate representation of color #A96008: hue angle of 32.8º degrees, saturation: 0.91, 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 #A96008 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 96 | 8 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.34 |
| HSL | 32.8º | 0.91% | 0.35% | - |
| HSV(B) | 32.8º | 0.95% | 0.66% | - |
| XYZ | 20.59 | 16.82 | 2.39 | - |
| YUV | 107.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 8 | 0 | 0.43 | 0.95 | 0.34 | 32.8 | 0.91 | 0.35 |
| Hex | A9 | 60 | 8 | 0 | 2B | 5F | 22 | 21 | 5B | 23 |
| Octal | 251 | 140 | 10 | 0 | 53 | 137 | 42 | 41 | 133 | 43 |
| Binary | 10101001 | 1100000 | 1000 | 0 | 101011 | 1011111 | 100010 | 100001 | 1011011 | 100011 |
Color Harmonies of #A96008
Complementary color
Monochromatic Colors of #A96008
Black with #A96008
Text Example
Text Example
White with #A96008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96008; }
p { color: rgb(169,96,8); }
H1.HeaderClassName
{
color: #A96008;
}
.AnyTagClassName
{
color: #A96008;
}
</style>
background-color css
<style>
a { background-color: #A96008; }
a { background-color: rgb(169,96,8); }
div.DivClassName
{
background-color: #A96008;
}
.BgClassName
{
background-color: #A96008;
}
</style>
border-color css
<style>
span { border-color: #A96008; }
span { border-color: rgb(169,96,8); }
td.TdClassName
{
border-color: #A96008;
}
.TagClassName
{
border-color: #A96008;
}
</style>