Shades of Golden Brown #A85D01
Tints of Golden Brown #A85D01
RGB
CMYK
RGB Variations
Color information
#A85D01 (or 0xA85D01) is known color: Golden Brown. HEX triplet: A8, 5D and 01. RGB value is (168,93,1). Sum of RGB (Red+Green+Blue) = 168+93+1=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85D01 is #57A2FE. Grayscale: #696969. Windows color (decimal): -5743359 or 89512. OLE color: 89512.
HSL color Cylindrical-coordinate representation of color #A85D01: hue angle of 33.05º 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 #A85D01 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 93 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.34 |
| HSL | 33.05º | 0.99% | 0.33% | - |
| HSV(B) | 33.05º | 0.99% | 0.66% | - |
| XYZ | 20.07 | 16.16 | 2.09 | - |
| YUV | 104.94 | 69.35 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 1 | 0 | 0.45 | 0.99 | 0.34 | 33.05 | 0.99 | 0.33 |
| Hex | A8 | 5D | 1 | 0 | 2D | 63 | 22 | 21 | 63 | 21 |
| Octal | 250 | 135 | 1 | 0 | 55 | 143 | 42 | 41 | 143 | 41 |
| Binary | 10101000 | 1011101 | 1 | 0 | 101101 | 1100011 | 100010 | 100001 | 1100011 | 100001 |
Color Harmonies of #A85D01
Complementary color
Monochromatic Colors of #A85D01
Black with #A85D01
Text Example
Text Example
White with #A85D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85D01; }
p { color: rgb(168,93,1); }
H1.HeaderClassName
{
color: #A85D01;
}
.AnyTagClassName
{
color: #A85D01;
}
</style>
background-color css
<style>
a { background-color: #A85D01; }
a { background-color: rgb(168,93,1); }
div.DivClassName
{
background-color: #A85D01;
}
.BgClassName
{
background-color: #A85D01;
}
</style>
border-color css
<style>
span { border-color: #A85D01; }
span { border-color: rgb(168,93,1); }
td.TdClassName
{
border-color: #A85D01;
}
.TagClassName
{
border-color: #A85D01;
}
</style>