Shades of Golden Brown #A85F01
Tints of Golden Brown #A85F01
RGB
CMYK
RGB Variations
Color information
#A85F01 (or 0xA85F01) is known color: Golden Brown. HEX triplet: A8, 5F and 01. RGB value is (168,95,1). Sum of RGB (Red+Green+Blue) = 168+95+1=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F01 is #57A0FE. Grayscale: #6A6A6A. Windows color (decimal): -5742847 or 90024. OLE color: 90024.
HSL color Cylindrical-coordinate representation of color #A85F01: hue angle of 33.77º 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 #A85F01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.34 |
| HSL | 33.77º | 0.99% | 0.33% | - |
| HSV(B) | 33.77º | 0.99% | 0.66% | - |
| XYZ | 20.25 | 16.51 | 2.15 | - |
| YUV | 106.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 1 | 0 | 0.43 | 0.99 | 0.34 | 33.77 | 0.99 | 0.33 |
| Hex | A8 | 5F | 1 | 0 | 2B | 63 | 22 | 22 | 63 | 21 |
| Octal | 250 | 137 | 1 | 0 | 53 | 143 | 42 | 42 | 143 | 41 |
| Binary | 10101000 | 1011111 | 1 | 0 | 101011 | 1100011 | 100010 | 100010 | 1100011 | 100001 |
Color Harmonies of #A85F01
Complementary color
Monochromatic Colors of #A85F01
Black with #A85F01
Text Example
Text Example
White with #A85F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F01; }
p { color: rgb(168,95,1); }
H1.HeaderClassName
{
color: #A85F01;
}
.AnyTagClassName
{
color: #A85F01;
}
</style>
background-color css
<style>
a { background-color: #A85F01; }
a { background-color: rgb(168,95,1); }
div.DivClassName
{
background-color: #A85F01;
}
.BgClassName
{
background-color: #A85F01;
}
</style>
border-color css
<style>
span { border-color: #A85F01; }
span { border-color: rgb(168,95,1); }
td.TdClassName
{
border-color: #A85F01;
}
.TagClassName
{
border-color: #A85F01;
}
</style>