Shades of Golden Brown #A1700F
Tints of Golden Brown #A1700F
RGB
CMYK
RGB Variations
Color information
#A1700F (or 0xA1700F) is known color: Golden Brown. HEX triplet: A1, 70 and 0F. RGB value is (161,112,15). Sum of RGB (Red+Green+Blue) = 161+112+15=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1700F is #5E8FF0. Grayscale: #747474. Windows color (decimal): -6197233 or 1011873. OLE color: 1011873.
HSL color Cylindrical-coordinate representation of color #A1700F: hue angle of 39.86º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1700F is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 15 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.37 |
| HSL | 39.86º | 0.83% | 0.35% | - |
| HSV(B) | 39.86º | 0.91% | 0.63% | - |
| XYZ | 20.58 | 19.2 | 3.07 | - |
| YUV | 115.59 | 71.23 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 15 | 0 | 0.30 | 0.91 | 0.37 | 39.86 | 0.83 | 0.35 |
| Hex | A1 | 70 | F | 0 | 1E | 5B | 25 | 28 | 53 | 23 |
| Octal | 241 | 160 | 17 | 0 | 36 | 133 | 45 | 50 | 123 | 43 |
| Binary | 10100001 | 1110000 | 1111 | 0 | 11110 | 1011011 | 100101 | 101000 | 1010011 | 100011 |
Color Harmonies of #A1700F
Complementary color
Monochromatic Colors of #A1700F
Black with #A1700F
Text Example
Text Example
White with #A1700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1700F; }
p { color: rgb(161,112,15); }
H1.HeaderClassName
{
color: #A1700F;
}
.AnyTagClassName
{
color: #A1700F;
}
</style>
background-color css
<style>
a { background-color: #A1700F; }
a { background-color: rgb(161,112,15); }
div.DivClassName
{
background-color: #A1700F;
}
.BgClassName
{
background-color: #A1700F;
}
</style>
border-color css
<style>
span { border-color: #A1700F; }
span { border-color: rgb(161,112,15); }
td.TdClassName
{
border-color: #A1700F;
}
.TagClassName
{
border-color: #A1700F;
}
</style>