Shades of Golden Brown #A17602
Tints of Golden Brown #A17602
RGB
CMYK
RGB Variations
Color information
#A17602 (or 0xA17602) is known color: Golden Brown. HEX triplet: A1, 76 and 02. RGB value is (161,118,2). Sum of RGB (Red+Green+Blue) = 161+118+2=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A17602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17602 is #5E89FD. Grayscale: #767676. Windows color (decimal): -6195710 or 161441. OLE color: 161441.
HSL color Cylindrical-coordinate representation of color #A17602: hue angle of 43.77º 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 #A17602 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.37 |
| HSL | 43.77º | 0.98% | 0.32% | - |
| HSV(B) | 43.77º | 0.99% | 0.63% | - |
| XYZ | 21.19 | 20.54 | 2.91 | - |
| YUV | 117.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 2 | 0 | 0.27 | 0.99 | 0.37 | 43.77 | 0.98 | 0.32 |
| Hex | A1 | 76 | 2 | 0 | 1B | 63 | 25 | 2C | 62 | 20 |
| Octal | 241 | 166 | 2 | 0 | 33 | 143 | 45 | 54 | 142 | 40 |
| Binary | 10100001 | 1110110 | 10 | 0 | 11011 | 1100011 | 100101 | 101100 | 1100010 | 100000 |
Color Harmonies of #A17602
Complementary color
Monochromatic Colors of #A17602
Black with #A17602
Text Example
Text Example
White with #A17602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17602; }
p { color: rgb(161,118,2); }
H1.HeaderClassName
{
color: #A17602;
}
.AnyTagClassName
{
color: #A17602;
}
</style>
background-color css
<style>
a { background-color: #A17602; }
a { background-color: rgb(161,118,2); }
div.DivClassName
{
background-color: #A17602;
}
.BgClassName
{
background-color: #A17602;
}
</style>
border-color css
<style>
span { border-color: #A17602; }
span { border-color: rgb(161,118,2); }
td.TdClassName
{
border-color: #A17602;
}
.TagClassName
{
border-color: #A17602;
}
</style>