Shades of Golden Brown #A86000
Tints of Golden Brown #A86000
RGB
CMYK
RGB Variations
Color information
#A86000 (or 0xA86000) is known color: Golden Brown. HEX triplet: A8, 60 and 00. RGB value is (168,96,0). Sum of RGB (Red+Green+Blue) = 168+96+0=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A86000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86000 is #579FFF. Grayscale: #6B6B6B. Windows color (decimal): -5742592 or 24744. OLE color: 24744.
HSL color Cylindrical-coordinate representation of color #A86000: hue angle of 34.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A86000 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 96 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.34 |
| HSL | 34.29º | 1% | 0.33% | - |
| HSV(B) | 34.29º | 1% | 0.66% | - |
| XYZ | 20.33 | 16.69 | 2.15 | - |
| YUV | 106.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 96 | 0 | 0 | 0.43 | 1 | 0.34 | 34.29 | 1 | 0.33 |
| Hex | A8 | 60 | 0 | 0 | 2B | 64 | 22 | 22 | 64 | 21 |
| Octal | 250 | 140 | 0 | 0 | 53 | 144 | 42 | 42 | 144 | 41 |
| Binary | 10101000 | 1100000 | 0 | 0 | 101011 | 1100100 | 100010 | 100010 | 1100100 | 100001 |
Color Harmonies of #A86000
Complementary color
Monochromatic Colors of #A86000
Black with #A86000
Text Example
Text Example
White with #A86000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86000; }
p { color: rgb(168,96,0); }
H1.HeaderClassName
{
color: #A86000;
}
.AnyTagClassName
{
color: #A86000;
}
</style>
background-color css
<style>
a { background-color: #A86000; }
a { background-color: rgb(168,96,0); }
div.DivClassName
{
background-color: #A86000;
}
.BgClassName
{
background-color: #A86000;
}
</style>
border-color css
<style>
span { border-color: #A86000; }
span { border-color: rgb(168,96,0); }
td.TdClassName
{
border-color: #A86000;
}
.TagClassName
{
border-color: #A86000;
}
</style>