Shades of Golden Brown #A86301
Tints of Golden Brown #A86301
RGB
CMYK
RGB Variations
Color information
#A86301 (or 0xA86301) is known color: Golden Brown. HEX triplet: A8, 63 and 01. RGB value is (168,99,1). Sum of RGB (Red+Green+Blue) = 168+99+1=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A86301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86301 is #579CFE. Grayscale: #6C6C6C. Windows color (decimal): -5741823 or 91048. OLE color: 91048.
HSL color Cylindrical-coordinate representation of color #A86301: hue angle of 35.21º 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 #A86301 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.34 |
| HSL | 35.21º | 0.99% | 0.33% | - |
| HSV(B) | 35.21º | 0.99% | 0.66% | - |
| XYZ | 20.62 | 17.25 | 2.27 | - |
| YUV | 108.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 1 | 0 | 0.41 | 0.99 | 0.34 | 35.21 | 0.99 | 0.33 |
| Hex | A8 | 63 | 1 | 0 | 29 | 63 | 22 | 23 | 63 | 21 |
| Octal | 250 | 143 | 1 | 0 | 51 | 143 | 42 | 43 | 143 | 41 |
| Binary | 10101000 | 1100011 | 1 | 0 | 101001 | 1100011 | 100010 | 100011 | 1100011 | 100001 |
Color Harmonies of #A86301
Complementary color
Monochromatic Colors of #A86301
Black with #A86301
Text Example
Text Example
White with #A86301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86301; }
p { color: rgb(168,99,1); }
H1.HeaderClassName
{
color: #A86301;
}
.AnyTagClassName
{
color: #A86301;
}
</style>
background-color css
<style>
a { background-color: #A86301; }
a { background-color: rgb(168,99,1); }
div.DivClassName
{
background-color: #A86301;
}
.BgClassName
{
background-color: #A86301;
}
</style>
border-color css
<style>
span { border-color: #A86301; }
span { border-color: rgb(168,99,1); }
td.TdClassName
{
border-color: #A86301;
}
.TagClassName
{
border-color: #A86301;
}
</style>