Shades of Golden Brown #A17501
Tints of Golden Brown #A17501
RGB
CMYK
RGB Variations
Color information
#A17501 (or 0xA17501) is known color: Golden Brown. HEX triplet: A1, 75 and 01. RGB value is (161,117,1). Sum of RGB (Red+Green+Blue) = 161+117+1=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A17501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17501 is #5E8AFE. Grayscale: #757575. Windows color (decimal): -6195967 or 95649. OLE color: 95649.
HSL color Cylindrical-coordinate representation of color #A17501: hue angle of 43.5º degrees, saturation: 0.99, 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 #A17501 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.37 |
| HSL | 43.5º | 0.99% | 0.32% | - |
| HSV(B) | 43.5º | 0.99% | 0.63% | - |
| XYZ | 21.06 | 20.3 | 2.84 | - |
| YUV | 116.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 1 | 0 | 0.27 | 0.99 | 0.37 | 43.5 | 0.99 | 0.32 |
| Hex | A1 | 75 | 1 | 0 | 1B | 63 | 25 | 2C | 63 | 20 |
| Octal | 241 | 165 | 1 | 0 | 33 | 143 | 45 | 54 | 143 | 40 |
| Binary | 10100001 | 1110101 | 1 | 0 | 11011 | 1100011 | 100101 | 101100 | 1100011 | 100000 |
Color Harmonies of #A17501
Complementary color
Monochromatic Colors of #A17501
Black with #A17501
Text Example
Text Example
White with #A17501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17501; }
p { color: rgb(161,117,1); }
H1.HeaderClassName
{
color: #A17501;
}
.AnyTagClassName
{
color: #A17501;
}
</style>
background-color css
<style>
a { background-color: #A17501; }
a { background-color: rgb(161,117,1); }
div.DivClassName
{
background-color: #A17501;
}
.BgClassName
{
background-color: #A17501;
}
</style>
border-color css
<style>
span { border-color: #A17501; }
span { border-color: rgb(161,117,1); }
td.TdClassName
{
border-color: #A17501;
}
.TagClassName
{
border-color: #A17501;
}
</style>