Shades of Golden Brown #A86C02
Tints of Golden Brown #A86C02
RGB
CMYK
RGB Variations
Color information
#A86C02 (or 0xA86C02) is known color: Golden Brown. HEX triplet: A8, 6C and 02. RGB value is (168,108,2). Sum of RGB (Red+Green+Blue) = 168+108+2=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86C02 is #5793FD. Grayscale: #727272. Windows color (decimal): -5739518 or 158888. OLE color: 158888.
HSL color Cylindrical-coordinate representation of color #A86C02: hue angle of 38.31º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A86C02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 108 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.34 |
| HSL | 38.31º | 0.98% | 0.33% | - |
| HSV(B) | 38.31º | 0.99% | 0.66% | - |
| XYZ | 21.52 | 19.05 | 2.6 | - |
| YUV | 113.86 | 64.88 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 2 | 0 | 0.36 | 0.99 | 0.34 | 38.31 | 0.98 | 0.33 |
| Hex | A8 | 6C | 2 | 0 | 24 | 63 | 22 | 26 | 62 | 21 |
| Octal | 250 | 154 | 2 | 0 | 44 | 143 | 42 | 46 | 142 | 41 |
| Binary | 10101000 | 1101100 | 10 | 0 | 100100 | 1100011 | 100010 | 100110 | 1100010 | 100001 |
Color Harmonies of #A86C02
Complementary color
Monochromatic Colors of #A86C02
Black with #A86C02
Text Example
Text Example
White with #A86C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86C02; }
p { color: rgb(168,108,2); }
H1.HeaderClassName
{
color: #A86C02;
}
.AnyTagClassName
{
color: #A86C02;
}
</style>
background-color css
<style>
a { background-color: #A86C02; }
a { background-color: rgb(168,108,2); }
div.DivClassName
{
background-color: #A86C02;
}
.BgClassName
{
background-color: #A86C02;
}
</style>
border-color css
<style>
span { border-color: #A86C02; }
span { border-color: rgb(168,108,2); }
td.TdClassName
{
border-color: #A86C02;
}
.TagClassName
{
border-color: #A86C02;
}
</style>