Shades of Golden Brown #A9670A
Tints of Golden Brown #A9670A
RGB
CMYK
RGB Variations
Color information
#A9670A (or 0xA9670A) is known color: Golden Brown. HEX triplet: A9, 67 and 0A. RGB value is (169,103,10). Sum of RGB (Red+Green+Blue) = 169+103+10=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A9670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9670A is #5698F5. Grayscale: #707070. Windows color (decimal): -5675254 or 681897. OLE color: 681897.
HSL color Cylindrical-coordinate representation of color #A9670A: hue angle of 35.09º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9670A is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 103 | 10 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.34 |
| HSL | 35.09º | 0.89% | 0.35% | - |
| HSV(B) | 35.09º | 0.94% | 0.66% | - |
| XYZ | 21.27 | 18.16 | 2.67 | - |
| YUV | 112.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 10 | 0 | 0.39 | 0.94 | 0.34 | 35.09 | 0.89 | 0.35 |
| Hex | A9 | 67 | A | 0 | 27 | 5E | 22 | 23 | 59 | 23 |
| Octal | 251 | 147 | 12 | 0 | 47 | 136 | 42 | 43 | 131 | 43 |
| Binary | 10101001 | 1100111 | 1010 | 0 | 100111 | 1011110 | 100010 | 100011 | 1011001 | 100011 |
Color Harmonies of #A9670A
Complementary color
Monochromatic Colors of #A9670A
Black with #A9670A
Text Example
Text Example
White with #A9670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9670A; }
p { color: rgb(169,103,10); }
H1.HeaderClassName
{
color: #A9670A;
}
.AnyTagClassName
{
color: #A9670A;
}
</style>
background-color css
<style>
a { background-color: #A9670A; }
a { background-color: rgb(169,103,10); }
div.DivClassName
{
background-color: #A9670A;
}
.BgClassName
{
background-color: #A9670A;
}
</style>
border-color css
<style>
span { border-color: #A9670A; }
span { border-color: rgb(169,103,10); }
td.TdClassName
{
border-color: #A9670A;
}
.TagClassName
{
border-color: #A9670A;
}
</style>