Shades of Golden Brown #A15902
Tints of Golden Brown #A15902
RGB
CMYK
RGB Variations
Color information
#A15902 (or 0xA15902) is known color: Golden Brown. HEX triplet: A1, 59 and 02. RGB value is (161,89,2). Sum of RGB (Red+Green+Blue) = 161+89+2=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A15902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15902 is #5EA6FD. Grayscale: #656565. Windows color (decimal): -6203134 or 154017. OLE color: 154017.
HSL color Cylindrical-coordinate representation of color #A15902: hue angle of 32.83º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A15902 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.37 |
| HSL | 32.83º | 0.98% | 0.32% | - |
| HSV(B) | 32.83º | 0.99% | 0.63% | - |
| XYZ | 18.28 | 14.73 | 1.94 | - |
| YUV | 100.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 2 | 0 | 0.45 | 0.99 | 0.37 | 32.83 | 0.98 | 0.32 |
| Hex | A1 | 59 | 2 | 0 | 2D | 63 | 25 | 21 | 62 | 20 |
| Octal | 241 | 131 | 2 | 0 | 55 | 143 | 45 | 41 | 142 | 40 |
| Binary | 10100001 | 1011001 | 10 | 0 | 101101 | 1100011 | 100101 | 100001 | 1100010 | 100000 |
Color Harmonies of #A15902
Complementary color
Monochromatic Colors of #A15902
Black with #A15902
Text Example
Text Example
White with #A15902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15902; }
p { color: rgb(161,89,2); }
H1.HeaderClassName
{
color: #A15902;
}
.AnyTagClassName
{
color: #A15902;
}
</style>
background-color css
<style>
a { background-color: #A15902; }
a { background-color: rgb(161,89,2); }
div.DivClassName
{
background-color: #A15902;
}
.BgClassName
{
background-color: #A15902;
}
</style>
border-color css
<style>
span { border-color: #A15902; }
span { border-color: rgb(161,89,2); }
td.TdClassName
{
border-color: #A15902;
}
.TagClassName
{
border-color: #A15902;
}
</style>