Shades of Golden Brown #A85F03
Tints of Golden Brown #A85F03
RGB
CMYK
RGB Variations
Color information
#A85F03 (or 0xA85F03) is known color: Golden Brown. HEX triplet: A8, 5F and 03. RGB value is (168,95,3). Sum of RGB (Red+Green+Blue) = 168+95+3=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F03 is #57A0FC. Grayscale: #6A6A6A. Windows color (decimal): -5742845 or 221096. OLE color: 221096.
HSL color Cylindrical-coordinate representation of color #A85F03: hue angle of 33.45º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A85F03 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 3 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.34 |
| HSL | 33.45º | 0.96% | 0.34% | - |
| HSV(B) | 33.45º | 0.98% | 0.66% | - |
| XYZ | 20.26 | 16.52 | 2.21 | - |
| YUV | 106.34 | 69.68 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 3 | 0 | 0.43 | 0.98 | 0.34 | 33.45 | 0.96 | 0.34 |
| Hex | A8 | 5F | 3 | 0 | 2B | 62 | 22 | 21 | 60 | 22 |
| Octal | 250 | 137 | 3 | 0 | 53 | 142 | 42 | 41 | 140 | 42 |
| Binary | 10101000 | 1011111 | 11 | 0 | 101011 | 1100010 | 100010 | 100001 | 1100000 | 100010 |
Color Harmonies of #A85F03
Complementary color
Monochromatic Colors of #A85F03
Black with #A85F03
Text Example
Text Example
White with #A85F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F03; }
p { color: rgb(168,95,3); }
H1.HeaderClassName
{
color: #A85F03;
}
.AnyTagClassName
{
color: #A85F03;
}
</style>
background-color css
<style>
a { background-color: #A85F03; }
a { background-color: rgb(168,95,3); }
div.DivClassName
{
background-color: #A85F03;
}
.BgClassName
{
background-color: #A85F03;
}
</style>
border-color css
<style>
span { border-color: #A85F03; }
span { border-color: rgb(168,95,3); }
td.TdClassName
{
border-color: #A85F03;
}
.TagClassName
{
border-color: #A85F03;
}
</style>