Shades of Golden Brown #A86D01
Tints of Golden Brown #A86D01
RGB
CMYK
RGB Variations
Color information
#A86D01 (or 0xA86D01) is known color: Golden Brown. HEX triplet: A8, 6D and 01. RGB value is (168,109,1). Sum of RGB (Red+Green+Blue) = 168+109+1=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86D01 is #5792FE. Grayscale: #727272. Windows color (decimal): -5739263 or 93608. OLE color: 93608.
HSL color Cylindrical-coordinate representation of color #A86D01: hue angle of 38.8º degrees, saturation: 0.99, 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 #A86D01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.34 |
| HSL | 38.8º | 0.99% | 0.33% | - |
| HSV(B) | 38.8º | 0.99% | 0.66% | - |
| XYZ | 21.62 | 19.26 | 2.61 | - |
| YUV | 114.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 1 | 0 | 0.35 | 0.99 | 0.34 | 38.8 | 0.99 | 0.33 |
| Hex | A8 | 6D | 1 | 0 | 23 | 63 | 22 | 27 | 63 | 21 |
| Octal | 250 | 155 | 1 | 0 | 43 | 143 | 42 | 47 | 143 | 41 |
| Binary | 10101000 | 1101101 | 1 | 0 | 100011 | 1100011 | 100010 | 100111 | 1100011 | 100001 |
Color Harmonies of #A86D01
Complementary color
Monochromatic Colors of #A86D01
Black with #A86D01
Text Example
Text Example
White with #A86D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D01; }
p { color: rgb(168,109,1); }
H1.HeaderClassName
{
color: #A86D01;
}
.AnyTagClassName
{
color: #A86D01;
}
</style>
background-color css
<style>
a { background-color: #A86D01; }
a { background-color: rgb(168,109,1); }
div.DivClassName
{
background-color: #A86D01;
}
.BgClassName
{
background-color: #A86D01;
}
</style>
border-color css
<style>
span { border-color: #A86D01; }
span { border-color: rgb(168,109,1); }
td.TdClassName
{
border-color: #A86D01;
}
.TagClassName
{
border-color: #A86D01;
}
</style>