Shades of Golden Brown #A9660C
Tints of Golden Brown #A9660C
RGB
CMYK
RGB Variations
Color information
#A9660C (or 0xA9660C) is known color: Golden Brown. HEX triplet: A9, 66 and 0C. RGB value is (169,102,12). Sum of RGB (Red+Green+Blue) = 169+102+12=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A9660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9660C is #5699F3. Grayscale: #707070. Windows color (decimal): -5675508 or 812713. OLE color: 812713.
HSL color Cylindrical-coordinate representation of color #A9660C: hue angle of 34.39º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9660C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.34 |
| HSL | 34.39º | 0.87% | 0.35% | - |
| HSV(B) | 34.39º | 0.93% | 0.66% | - |
| XYZ | 21.18 | 17.96 | 2.7 | - |
| YUV | 111.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 12 | 0 | 0.40 | 0.93 | 0.34 | 34.39 | 0.87 | 0.35 |
| Hex | A9 | 66 | C | 0 | 28 | 5D | 22 | 22 | 57 | 23 |
| Octal | 251 | 146 | 14 | 0 | 50 | 135 | 42 | 42 | 127 | 43 |
| Binary | 10101001 | 1100110 | 1100 | 0 | 101000 | 1011101 | 100010 | 100010 | 1010111 | 100011 |
Color Harmonies of #A9660C
Complementary color
Monochromatic Colors of #A9660C
Black with #A9660C
Text Example
Text Example
White with #A9660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9660C; }
p { color: rgb(169,102,12); }
H1.HeaderClassName
{
color: #A9660C;
}
.AnyTagClassName
{
color: #A9660C;
}
</style>
background-color css
<style>
a { background-color: #A9660C; }
a { background-color: rgb(169,102,12); }
div.DivClassName
{
background-color: #A9660C;
}
.BgClassName
{
background-color: #A9660C;
}
</style>
border-color css
<style>
span { border-color: #A9660C; }
span { border-color: rgb(169,102,12); }
td.TdClassName
{
border-color: #A9660C;
}
.TagClassName
{
border-color: #A9660C;
}
</style>