Shades of Golden Brown #A95C0A
Tints of Golden Brown #A95C0A
RGB
CMYK
RGB Variations
Color information
#A95C0A (or 0xA95C0A) is known color: Golden Brown. HEX triplet: A9, 5C and 0A. RGB value is (169,92,10). Sum of RGB (Red+Green+Blue) = 169+92+10=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95C0A is #56A3F5. Grayscale: #6A6A6A. Windows color (decimal): -5678070 or 679081. OLE color: 679081.
HSL color Cylindrical-coordinate representation of color #A95C0A: hue angle of 30.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A95C0A is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 10 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.34 |
| HSL | 30.94º | 0.89% | 0.35% | - |
| HSV(B) | 30.94º | 0.94% | 0.66% | - |
| XYZ | 20.24 | 16.11 | 2.33 | - |
| YUV | 105.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 10 | 0 | 0.46 | 0.94 | 0.34 | 30.94 | 0.89 | 0.35 |
| Hex | A9 | 5C | A | 0 | 2E | 5E | 22 | 1F | 59 | 23 |
| Octal | 251 | 134 | 12 | 0 | 56 | 136 | 42 | 37 | 131 | 43 |
| Binary | 10101001 | 1011100 | 1010 | 0 | 101110 | 1011110 | 100010 | 11111 | 1011001 | 100011 |
Color Harmonies of #A95C0A
Complementary color
Monochromatic Colors of #A95C0A
Black with #A95C0A
Text Example
Text Example
White with #A95C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C0A; }
p { color: rgb(169,92,10); }
H1.HeaderClassName
{
color: #A95C0A;
}
.AnyTagClassName
{
color: #A95C0A;
}
</style>
background-color css
<style>
a { background-color: #A95C0A; }
a { background-color: rgb(169,92,10); }
div.DivClassName
{
background-color: #A95C0A;
}
.BgClassName
{
background-color: #A95C0A;
}
</style>
border-color css
<style>
span { border-color: #A95C0A; }
span { border-color: rgb(169,92,10); }
td.TdClassName
{
border-color: #A95C0A;
}
.TagClassName
{
border-color: #A95C0A;
}
</style>