Shades of Golden Brown #A95D14
Tints of Golden Brown #A95D14
RGB
CMYK
RGB Variations
Color information
#A95D14 (or 0xA95D14) is known color: Golden Brown. HEX triplet: A9, 5D and 14. RGB value is (169,93,20). Sum of RGB (Red+Green+Blue) = 169+93+20=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95D14 is #56A2EB. Grayscale: #6B6B6B. Windows color (decimal): -5677804 or 1334697. OLE color: 1334697.
HSL color Cylindrical-coordinate representation of color #A95D14: hue angle of 29.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A95D14 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 93 | 20 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.34 |
| HSL | 29.4º | 0.79% | 0.37% | - |
| HSV(B) | 29.4º | 0.88% | 0.66% | - |
| XYZ | 20.4 | 16.31 | 2.74 | - |
| YUV | 107.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 20 | 0 | 0.45 | 0.88 | 0.34 | 29.4 | 0.79 | 0.37 |
| Hex | A9 | 5D | 14 | 0 | 2D | 58 | 22 | 1D | 4F | 25 |
| Octal | 251 | 135 | 24 | 0 | 55 | 130 | 42 | 35 | 117 | 45 |
| Binary | 10101001 | 1011101 | 10100 | 0 | 101101 | 1011000 | 100010 | 11101 | 1001111 | 100101 |
Color Harmonies of #A95D14
Complementary color
Monochromatic Colors of #A95D14
Black with #A95D14
Text Example
Text Example
White with #A95D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95D14; }
p { color: rgb(169,93,20); }
H1.HeaderClassName
{
color: #A95D14;
}
.AnyTagClassName
{
color: #A95D14;
}
</style>
background-color css
<style>
a { background-color: #A95D14; }
a { background-color: rgb(169,93,20); }
div.DivClassName
{
background-color: #A95D14;
}
.BgClassName
{
background-color: #A95D14;
}
</style>
border-color css
<style>
span { border-color: #A95D14; }
span { border-color: rgb(169,93,20); }
td.TdClassName
{
border-color: #A95D14;
}
.TagClassName
{
border-color: #A95D14;
}
</style>