Shades of Golden Brown #A16013
Tints of Golden Brown #A16013
RGB
CMYK
RGB Variations
Color information
#A16013 (or 0xA16013) is known color: Golden Brown. HEX triplet: A1, 60 and 13. RGB value is (161,96,19). Sum of RGB (Red+Green+Blue) = 161+96+19=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A16013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16013 is #5E9FEC. Grayscale: #6B6B6B. Windows color (decimal): -6201325 or 1269921. OLE color: 1269921.
HSL color Cylindrical-coordinate representation of color #A16013: hue angle of 32.54º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A16013 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 96 | 19 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.37 |
| HSL | 32.54º | 0.79% | 0.35% | - |
| HSV(B) | 32.54º | 0.88% | 0.63% | - |
| XYZ | 19 | 15.99 | 2.7 | - |
| YUV | 106.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 96 | 19 | 0 | 0.40 | 0.88 | 0.37 | 32.54 | 0.79 | 0.35 |
| Hex | A1 | 60 | 13 | 0 | 28 | 58 | 25 | 21 | 4F | 23 |
| Octal | 241 | 140 | 23 | 0 | 50 | 130 | 45 | 41 | 117 | 43 |
| Binary | 10100001 | 1100000 | 10011 | 0 | 101000 | 1011000 | 100101 | 100001 | 1001111 | 100011 |
Color Harmonies of #A16013
Complementary color
Monochromatic Colors of #A16013
Black with #A16013
Text Example
Text Example
White with #A16013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16013; }
p { color: rgb(161,96,19); }
H1.HeaderClassName
{
color: #A16013;
}
.AnyTagClassName
{
color: #A16013;
}
</style>
background-color css
<style>
a { background-color: #A16013; }
a { background-color: rgb(161,96,19); }
div.DivClassName
{
background-color: #A16013;
}
.BgClassName
{
background-color: #A16013;
}
</style>
border-color css
<style>
span { border-color: #A16013; }
span { border-color: rgb(161,96,19); }
td.TdClassName
{
border-color: #A16013;
}
.TagClassName
{
border-color: #A16013;
}
</style>