Shades of Golden Brown #A9640C
Tints of Golden Brown #A9640C
RGB
CMYK
RGB Variations
Color information
#A9640C (or 0xA9640C) is known color: Golden Brown. HEX triplet: A9, 64 and 0C. RGB value is (169,100,12). Sum of RGB (Red+Green+Blue) = 169+100+12=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A9640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9640C is #569BF3. Grayscale: #6F6F6F. Windows color (decimal): -5676020 or 812201. OLE color: 812201.
HSL color Cylindrical-coordinate representation of color #A9640C: hue angle of 33.63º 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 #A9640C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 12 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.34 |
| HSL | 33.63º | 0.87% | 0.35% | - |
| HSV(B) | 33.63º | 0.93% | 0.66% | - |
| XYZ | 20.99 | 17.58 | 2.63 | - |
| YUV | 110.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 12 | 0 | 0.41 | 0.93 | 0.34 | 33.63 | 0.87 | 0.35 |
| Hex | A9 | 64 | C | 0 | 29 | 5D | 22 | 22 | 57 | 23 |
| Octal | 251 | 144 | 14 | 0 | 51 | 135 | 42 | 42 | 127 | 43 |
| Binary | 10101001 | 1100100 | 1100 | 0 | 101001 | 1011101 | 100010 | 100010 | 1010111 | 100011 |
Color Harmonies of #A9640C
Complementary color
Monochromatic Colors of #A9640C
Black with #A9640C
Text Example
Text Example
White with #A9640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9640C; }
p { color: rgb(169,100,12); }
H1.HeaderClassName
{
color: #A9640C;
}
.AnyTagClassName
{
color: #A9640C;
}
</style>
background-color css
<style>
a { background-color: #A9640C; }
a { background-color: rgb(169,100,12); }
div.DivClassName
{
background-color: #A9640C;
}
.BgClassName
{
background-color: #A9640C;
}
</style>
border-color css
<style>
span { border-color: #A9640C; }
span { border-color: rgb(169,100,12); }
td.TdClassName
{
border-color: #A9640C;
}
.TagClassName
{
border-color: #A9640C;
}
</style>