Shades of Golden Brown #A9690F
Tints of Golden Brown #A9690F
RGB
CMYK
RGB Variations
Color information
#A9690F (or 0xA9690F) is known color: Golden Brown. HEX triplet: A9, 69 and 0F. RGB value is (169,105,15). Sum of RGB (Red+Green+Blue) = 169+105+15=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A9690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9690F is #5696F0. Grayscale: #727272. Windows color (decimal): -5674737 or 1010089. OLE color: 1010089.
HSL color Cylindrical-coordinate representation of color #A9690F: hue angle of 35.06º 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 #A9690F is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 15 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.34 |
| HSL | 35.06º | 0.84% | 0.36% | - |
| HSV(B) | 35.06º | 0.91% | 0.66% | - |
| XYZ | 21.5 | 18.57 | 2.9 | - |
| YUV | 113.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 15 | 0 | 0.38 | 0.91 | 0.34 | 35.06 | 0.84 | 0.36 |
| Hex | A9 | 69 | F | 0 | 26 | 5B | 22 | 23 | 54 | 24 |
| Octal | 251 | 151 | 17 | 0 | 46 | 133 | 42 | 43 | 124 | 44 |
| Binary | 10101001 | 1101001 | 1111 | 0 | 100110 | 1011011 | 100010 | 100011 | 1010100 | 100100 |
Color Harmonies of #A9690F
Complementary color
Monochromatic Colors of #A9690F
Black with #A9690F
Text Example
Text Example
White with #A9690F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9690F; }
p { color: rgb(169,105,15); }
H1.HeaderClassName
{
color: #A9690F;
}
.AnyTagClassName
{
color: #A9690F;
}
</style>
background-color css
<style>
a { background-color: #A9690F; }
a { background-color: rgb(169,105,15); }
div.DivClassName
{
background-color: #A9690F;
}
.BgClassName
{
background-color: #A9690F;
}
</style>
border-color css
<style>
span { border-color: #A9690F; }
span { border-color: rgb(169,105,15); }
td.TdClassName
{
border-color: #A9690F;
}
.TagClassName
{
border-color: #A9690F;
}
</style>