Shades of Golden Brown #A17008
Tints of Golden Brown #A17008
RGB
CMYK
RGB Variations
Color information
#A17008 (or 0xA17008) is known color: Golden Brown. HEX triplet: A1, 70 and 08. RGB value is (161,112,8). Sum of RGB (Red+Green+Blue) = 161+112+8=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A17008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17008 is #5E8FF7. Grayscale: #737373. Windows color (decimal): -6197240 or 553121. OLE color: 553121.
HSL color Cylindrical-coordinate representation of color #A17008: hue angle of 40.78º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A17008 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 8 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.37 |
| HSL | 40.78º | 0.91% | 0.33% | - |
| HSV(B) | 40.78º | 0.95% | 0.63% | - |
| XYZ | 20.54 | 19.18 | 2.85 | - |
| YUV | 114.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 8 | 0 | 0.30 | 0.95 | 0.37 | 40.78 | 0.91 | 0.33 |
| Hex | A1 | 70 | 8 | 0 | 1E | 5F | 25 | 29 | 5B | 21 |
| Octal | 241 | 160 | 10 | 0 | 36 | 137 | 45 | 51 | 133 | 41 |
| Binary | 10100001 | 1110000 | 1000 | 0 | 11110 | 1011111 | 100101 | 101001 | 1011011 | 100001 |
Color Harmonies of #A17008
Complementary color
Monochromatic Colors of #A17008
Black with #A17008
Text Example
Text Example
White with #A17008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17008; }
p { color: rgb(161,112,8); }
H1.HeaderClassName
{
color: #A17008;
}
.AnyTagClassName
{
color: #A17008;
}
</style>
background-color css
<style>
a { background-color: #A17008; }
a { background-color: rgb(161,112,8); }
div.DivClassName
{
background-color: #A17008;
}
.BgClassName
{
background-color: #A17008;
}
</style>
border-color css
<style>
span { border-color: #A17008; }
span { border-color: rgb(161,112,8); }
td.TdClassName
{
border-color: #A17008;
}
.TagClassName
{
border-color: #A17008;
}
</style>