Shades of Golden Brown #A95A11
Tints of Golden Brown #A95A11
RGB
CMYK
RGB Variations
Color information
#A95A11 (or 0xA95A11) is known color: Golden Brown. HEX triplet: A9, 5A and 11. RGB value is (169,90,17). Sum of RGB (Red+Green+Blue) = 169+90+17=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95A11 is #56A5EE. Grayscale: #696969. Windows color (decimal): -5678575 or 1137321. OLE color: 1137321.
HSL color Cylindrical-coordinate representation of color #A95A11: hue angle of 28.82º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A95A11 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 17 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.34 |
| HSL | 28.82º | 0.82% | 0.36% | - |
| HSV(B) | 28.82º | 0.9% | 0.66% | - |
| XYZ | 20.12 | 15.79 | 2.52 | - |
| YUV | 105.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 17 | 0 | 0.47 | 0.90 | 0.34 | 28.82 | 0.82 | 0.36 |
| Hex | A9 | 5A | 11 | 0 | 2F | 5A | 22 | 1D | 52 | 24 |
| Octal | 251 | 132 | 21 | 0 | 57 | 132 | 42 | 35 | 122 | 44 |
| Binary | 10101001 | 1011010 | 10001 | 0 | 101111 | 1011010 | 100010 | 11101 | 1010010 | 100100 |
Color Harmonies of #A95A11
Complementary color
Monochromatic Colors of #A95A11
Black with #A95A11
Text Example
Text Example
White with #A95A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A11; }
p { color: rgb(169,90,17); }
H1.HeaderClassName
{
color: #A95A11;
}
.AnyTagClassName
{
color: #A95A11;
}
</style>
background-color css
<style>
a { background-color: #A95A11; }
a { background-color: rgb(169,90,17); }
div.DivClassName
{
background-color: #A95A11;
}
.BgClassName
{
background-color: #A95A11;
}
</style>
border-color css
<style>
span { border-color: #A95A11; }
span { border-color: rgb(169,90,17); }
td.TdClassName
{
border-color: #A95A11;
}
.TagClassName
{
border-color: #A95A11;
}
</style>