Shades of Golden Brown #A95C0E
Tints of Golden Brown #A95C0E
RGB
CMYK
RGB Variations
Color information
#A95C0E (or 0xA95C0E) is known color: Golden Brown. HEX triplet: A9, 5C and 0E. RGB value is (169,92,14). Sum of RGB (Red+Green+Blue) = 169+92+14=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95C0E is #56A3F1. Grayscale: #6A6A6A. Windows color (decimal): -5678066 or 941225. OLE color: 941225.
HSL color Cylindrical-coordinate representation of color #A95C0E: hue angle of 30.19º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A95C0E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 92 | 14 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.34 |
| HSL | 30.19º | 0.85% | 0.36% | - |
| HSV(B) | 30.19º | 0.92% | 0.66% | - |
| XYZ | 20.27 | 16.12 | 2.46 | - |
| YUV | 106.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 14 | 0 | 0.46 | 0.92 | 0.34 | 30.19 | 0.85 | 0.36 |
| Hex | A9 | 5C | E | 0 | 2E | 5C | 22 | 1E | 55 | 24 |
| Octal | 251 | 134 | 16 | 0 | 56 | 134 | 42 | 36 | 125 | 44 |
| Binary | 10101001 | 1011100 | 1110 | 0 | 101110 | 1011100 | 100010 | 11110 | 1010101 | 100100 |
Color Harmonies of #A95C0E
Complementary color
Monochromatic Colors of #A95C0E
Black with #A95C0E
Text Example
Text Example
White with #A95C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95C0E; }
p { color: rgb(169,92,14); }
H1.HeaderClassName
{
color: #A95C0E;
}
.AnyTagClassName
{
color: #A95C0E;
}
</style>
background-color css
<style>
a { background-color: #A95C0E; }
a { background-color: rgb(169,92,14); }
div.DivClassName
{
background-color: #A95C0E;
}
.BgClassName
{
background-color: #A95C0E;
}
</style>
border-color css
<style>
span { border-color: #A95C0E; }
span { border-color: rgb(169,92,14); }
td.TdClassName
{
border-color: #A95C0E;
}
.TagClassName
{
border-color: #A95C0E;
}
</style>