Shades of Golden Brown #A75C0A
Tints of Golden Brown #A75C0A
RGB
CMYK
RGB Variations
Color information
#A75C0A (or 0xA75C0A) is known color: Golden Brown. HEX triplet: A7, 5C and 0A. RGB value is (167,92,10). Sum of RGB (Red+Green+Blue) = 167+92+10=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75C0A is #58A3F5. Grayscale: #696969. Windows color (decimal): -5809142 or 679079. OLE color: 679079.
HSL color Cylindrical-coordinate representation of color #A75C0A: hue angle of 31.34º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A75C0A is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 10 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.35 |
| HSL | 31.34º | 0.89% | 0.35% | - |
| HSV(B) | 31.34º | 0.94% | 0.65% | - |
| XYZ | 19.82 | 15.89 | 2.31 | - |
| YUV | 105.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 10 | 0 | 0.45 | 0.94 | 0.35 | 31.34 | 0.89 | 0.35 |
| Hex | A7 | 5C | A | 0 | 2D | 5E | 23 | 1F | 59 | 23 |
| Octal | 247 | 134 | 12 | 0 | 55 | 136 | 43 | 37 | 131 | 43 |
| Binary | 10100111 | 1011100 | 1010 | 0 | 101101 | 1011110 | 100011 | 11111 | 1011001 | 100011 |
Color Harmonies of #A75C0A
Complementary color
Monochromatic Colors of #A75C0A
Black with #A75C0A
Text Example
Text Example
White with #A75C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75C0A; }
p { color: rgb(167,92,10); }
H1.HeaderClassName
{
color: #A75C0A;
}
.AnyTagClassName
{
color: #A75C0A;
}
</style>
background-color css
<style>
a { background-color: #A75C0A; }
a { background-color: rgb(167,92,10); }
div.DivClassName
{
background-color: #A75C0A;
}
.BgClassName
{
background-color: #A75C0A;
}
</style>
border-color css
<style>
span { border-color: #A75C0A; }
span { border-color: rgb(167,92,10); }
td.TdClassName
{
border-color: #A75C0A;
}
.TagClassName
{
border-color: #A75C0A;
}
</style>