Shades of Golden Brown #A9710F
Tints of Golden Brown #A9710F
RGB
CMYK
RGB Variations
Color information
#A9710F (or 0xA9710F) is known color: Golden Brown. HEX triplet: A9, 71 and 0F. RGB value is (169,113,15). Sum of RGB (Red+Green+Blue) = 169+113+15=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9710F is #568EF0. Grayscale: #777777. Windows color (decimal): -5672689 or 1012137. OLE color: 1012137.
HSL color Cylindrical-coordinate representation of color #A9710F: hue angle of 38.18º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9710F is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 15 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.34 |
| HSL | 38.18º | 0.84% | 0.36% | - |
| HSV(B) | 38.18º | 0.91% | 0.66% | - |
| XYZ | 22.35 | 20.28 | 3.19 | - |
| YUV | 118.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 15 | 0 | 0.33 | 0.91 | 0.34 | 38.18 | 0.84 | 0.36 |
| Hex | A9 | 71 | F | 0 | 21 | 5B | 22 | 26 | 54 | 24 |
| Octal | 251 | 161 | 17 | 0 | 41 | 133 | 42 | 46 | 124 | 44 |
| Binary | 10101001 | 1110001 | 1111 | 0 | 100001 | 1011011 | 100010 | 100110 | 1010100 | 100100 |
Color Harmonies of #A9710F
Complementary color
Monochromatic Colors of #A9710F
Black with #A9710F
Text Example
Text Example
White with #A9710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9710F; }
p { color: rgb(169,113,15); }
H1.HeaderClassName
{
color: #A9710F;
}
.AnyTagClassName
{
color: #A9710F;
}
</style>
background-color css
<style>
a { background-color: #A9710F; }
a { background-color: rgb(169,113,15); }
div.DivClassName
{
background-color: #A9710F;
}
.BgClassName
{
background-color: #A9710F;
}
</style>
border-color css
<style>
span { border-color: #A9710F; }
span { border-color: rgb(169,113,15); }
td.TdClassName
{
border-color: #A9710F;
}
.TagClassName
{
border-color: #A9710F;
}
</style>