Shades of Golden Brown #A85C0B
Tints of Golden Brown #A85C0B
RGB
CMYK
RGB Variations
Color information
#A85C0B (or 0xA85C0B) is known color: Golden Brown. HEX triplet: A8, 5C and 0B. RGB value is (168,92,11). Sum of RGB (Red+Green+Blue) = 168+92+11=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85C0B is #57A3F4. Grayscale: #696969. Windows color (decimal): -5743605 or 744616. OLE color: 744616.
HSL color Cylindrical-coordinate representation of color #A85C0B: hue angle of 30.96º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A85C0B is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 92 | 11 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.34 |
| HSL | 30.96º | 0.88% | 0.35% | - |
| HSV(B) | 30.96º | 0.93% | 0.66% | - |
| XYZ | 20.04 | 16 | 2.35 | - |
| YUV | 105.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 11 | 0 | 0.45 | 0.93 | 0.34 | 30.96 | 0.88 | 0.35 |
| Hex | A8 | 5C | B | 0 | 2D | 5D | 22 | 1F | 58 | 23 |
| Octal | 250 | 134 | 13 | 0 | 55 | 135 | 42 | 37 | 130 | 43 |
| Binary | 10101000 | 1011100 | 1011 | 0 | 101101 | 1011101 | 100010 | 11111 | 1011000 | 100011 |
Color Harmonies of #A85C0B
Complementary color
Monochromatic Colors of #A85C0B
Black with #A85C0B
Text Example
Text Example
White with #A85C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85C0B; }
p { color: rgb(168,92,11); }
H1.HeaderClassName
{
color: #A85C0B;
}
.AnyTagClassName
{
color: #A85C0B;
}
</style>
background-color css
<style>
a { background-color: #A85C0B; }
a { background-color: rgb(168,92,11); }
div.DivClassName
{
background-color: #A85C0B;
}
.BgClassName
{
background-color: #A85C0B;
}
</style>
border-color css
<style>
span { border-color: #A85C0B; }
span { border-color: rgb(168,92,11); }
td.TdClassName
{
border-color: #A85C0B;
}
.TagClassName
{
border-color: #A85C0B;
}
</style>