Shades of Golden Brown #A1690F
Tints of Golden Brown #A1690F
RGB
CMYK
RGB Variations
Color information
#A1690F (or 0xA1690F) is known color: Golden Brown. HEX triplet: A1, 69 and 0F. RGB value is (161,105,15). Sum of RGB (Red+Green+Blue) = 161+105+15=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A1690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1690F is #5E96F0. Grayscale: #6F6F6F. Windows color (decimal): -6199025 or 1010081. OLE color: 1010081.
HSL color Cylindrical-coordinate representation of color #A1690F: hue angle of 36.99º 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 #A1690F is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 15 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.37 |
| HSL | 36.99º | 0.83% | 0.35% | - |
| HSV(B) | 36.99º | 0.91% | 0.63% | - |
| XYZ | 19.84 | 17.71 | 2.83 | - |
| YUV | 111.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 15 | 0 | 0.35 | 0.91 | 0.37 | 36.99 | 0.83 | 0.35 |
| Hex | A1 | 69 | F | 0 | 23 | 5B | 25 | 25 | 53 | 23 |
| Octal | 241 | 151 | 17 | 0 | 43 | 133 | 45 | 45 | 123 | 43 |
| Binary | 10100001 | 1101001 | 1111 | 0 | 100011 | 1011011 | 100101 | 100101 | 1010011 | 100011 |
Color Harmonies of #A1690F
Complementary color
Monochromatic Colors of #A1690F
Black with #A1690F
Text Example
Text Example
White with #A1690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1690F; }
p { color: rgb(161,105,15); }
H1.HeaderClassName
{
color: #A1690F;
}
.AnyTagClassName
{
color: #A1690F;
}
</style>
background-color css
<style>
a { background-color: #A1690F; }
a { background-color: rgb(161,105,15); }
div.DivClassName
{
background-color: #A1690F;
}
.BgClassName
{
background-color: #A1690F;
}
</style>
border-color css
<style>
span { border-color: #A1690F; }
span { border-color: rgb(161,105,15); }
td.TdClassName
{
border-color: #A1690F;
}
.TagClassName
{
border-color: #A1690F;
}
</style>