Shades of Golden Brown #A15802
Tints of Golden Brown #A15802
RGB
CMYK
RGB Variations
Color information
#A15802 (or 0xA15802) is known color: Golden Brown. HEX triplet: A1, 58 and 02. RGB value is (161,88,2). Sum of RGB (Red+Green+Blue) = 161+88+2=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A15802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15802 is #5EA7FD. Grayscale: #646464. Windows color (decimal): -6203390 or 153761. OLE color: 153761.
HSL color Cylindrical-coordinate representation of color #A15802: hue angle of 32.45º 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 #A15802 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 88 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.37 |
| HSL | 32.45º | 0.98% | 0.32% | - |
| HSV(B) | 32.45º | 0.99% | 0.63% | - |
| XYZ | 18.2 | 14.56 | 1.91 | - |
| YUV | 100.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 88 | 2 | 0 | 0.45 | 0.99 | 0.37 | 32.45 | 0.98 | 0.32 |
| Hex | A1 | 58 | 2 | 0 | 2D | 63 | 25 | 20 | 62 | 20 |
| Octal | 241 | 130 | 2 | 0 | 55 | 143 | 45 | 40 | 142 | 40 |
| Binary | 10100001 | 1011000 | 10 | 0 | 101101 | 1100011 | 100101 | 100000 | 1100010 | 100000 |
Color Harmonies of #A15802
Complementary color
Monochromatic Colors of #A15802
Black with #A15802
Text Example
Text Example
White with #A15802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15802; }
p { color: rgb(161,88,2); }
H1.HeaderClassName
{
color: #A15802;
}
.AnyTagClassName
{
color: #A15802;
}
</style>
background-color css
<style>
a { background-color: #A15802; }
a { background-color: rgb(161,88,2); }
div.DivClassName
{
background-color: #A15802;
}
.BgClassName
{
background-color: #A15802;
}
</style>
border-color css
<style>
span { border-color: #A15802; }
span { border-color: rgb(161,88,2); }
td.TdClassName
{
border-color: #A15802;
}
.TagClassName
{
border-color: #A15802;
}
</style>