Shades of Golden Brown #A05C10
Tints of Golden Brown #A05C10
RGB
CMYK
RGB Variations
Color information
#A05C10 (or 0xA05C10) is known color: Golden Brown. HEX triplet: A0, 5C and 10. RGB value is (160,92,16). Sum of RGB (Red+Green+Blue) = 160+92+16=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05C10 is #5FA3EF. Grayscale: #686868. Windows color (decimal): -6267888 or 1072288. OLE color: 1072288.
HSL color Cylindrical-coordinate representation of color #A05C10: hue angle of 31.67º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A05C10 is Cyan = 0, Magento = 0.43, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 92 | 16 | - |
| CMYK | 0 | 0.43 | 0.9 | 0.37 |
| HSL | 31.67º | 0.82% | 0.35% | - |
| HSV(B) | 31.67º | 0.9% | 0.63% | - |
| XYZ | 18.42 | 15.17 | 2.45 | - |
| YUV | 103.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 16 | 0 | 0.43 | 0.9 | 0.37 | 31.67 | 0.82 | 0.35 |
| Hex | A0 | 5C | 10 | 0 | 2B | 5A | 25 | 20 | 52 | 23 |
| Octal | 240 | 134 | 20 | 0 | 53 | 132 | 45 | 40 | 122 | 43 |
| Binary | 10100000 | 1011100 | 10000 | 0 | 101011 | 1011010 | 100101 | 100000 | 1010010 | 100011 |
Color Harmonies of #A05C10
Complementary color
Monochromatic Colors of #A05C10
Black with #A05C10
Text Example
Text Example
White with #A05C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05C10; }
p { color: rgb(160,92,16); }
H1.HeaderClassName
{
color: #A05C10;
}
.AnyTagClassName
{
color: #A05C10;
}
</style>
background-color css
<style>
a { background-color: #A05C10; }
a { background-color: rgb(160,92,16); }
div.DivClassName
{
background-color: #A05C10;
}
.BgClassName
{
background-color: #A05C10;
}
</style>
border-color css
<style>
span { border-color: #A05C10; }
span { border-color: rgb(160,92,16); }
td.TdClassName
{
border-color: #A05C10;
}
.TagClassName
{
border-color: #A05C10;
}
</style>