Shades of Golden Brown #A15702
Tints of Golden Brown #A15702
RGB
CMYK
RGB Variations
Color information
#A15702 (or 0xA15702) is known color: Golden Brown. HEX triplet: A1, 57 and 02. RGB value is (161,87,2). Sum of RGB (Red+Green+Blue) = 161+87+2=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A15702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15702 is #5EA8FD. Grayscale: #636363. Windows color (decimal): -6203646 or 153505. OLE color: 153505.
HSL color Cylindrical-coordinate representation of color #A15702: hue angle of 32.08º 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 #A15702 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 87 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.37 |
| HSL | 32.08º | 0.98% | 0.32% | - |
| HSV(B) | 32.08º | 0.99% | 0.63% | - |
| XYZ | 18.12 | 14.4 | 1.88 | - |
| YUV | 99.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 87 | 2 | 0 | 0.46 | 0.99 | 0.37 | 32.08 | 0.98 | 0.32 |
| Hex | A1 | 57 | 2 | 0 | 2E | 63 | 25 | 20 | 62 | 20 |
| Octal | 241 | 127 | 2 | 0 | 56 | 143 | 45 | 40 | 142 | 40 |
| Binary | 10100001 | 1010111 | 10 | 0 | 101110 | 1100011 | 100101 | 100000 | 1100010 | 100000 |
Color Harmonies of #A15702
Complementary color
Monochromatic Colors of #A15702
Black with #A15702
Text Example
Text Example
White with #A15702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15702; }
p { color: rgb(161,87,2); }
H1.HeaderClassName
{
color: #A15702;
}
.AnyTagClassName
{
color: #A15702;
}
</style>
background-color css
<style>
a { background-color: #A15702; }
a { background-color: rgb(161,87,2); }
div.DivClassName
{
background-color: #A15702;
}
.BgClassName
{
background-color: #A15702;
}
</style>
border-color css
<style>
span { border-color: #A15702; }
span { border-color: rgb(161,87,2); }
td.TdClassName
{
border-color: #A15702;
}
.TagClassName
{
border-color: #A15702;
}
</style>