Shades of Golden Brown #A9670E
Tints of Golden Brown #A9670E
RGB
CMYK
RGB Variations
Color information
#A9670E (or 0xA9670E) is known color: Golden Brown. HEX triplet: A9, 67 and 0E. RGB value is (169,103,14). Sum of RGB (Red+Green+Blue) = 169+103+14=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A9670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9670E is #5698F1. Grayscale: #717171. Windows color (decimal): -5675250 or 944041. OLE color: 944041.
HSL color Cylindrical-coordinate representation of color #A9670E: hue angle of 34.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9670E is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 103 | 14 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.34 |
| HSL | 34.45º | 0.85% | 0.36% | - |
| HSV(B) | 34.45º | 0.92% | 0.66% | - |
| XYZ | 21.29 | 18.17 | 2.8 | - |
| YUV | 112.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 103 | 14 | 0 | 0.39 | 0.92 | 0.34 | 34.45 | 0.85 | 0.36 |
| Hex | A9 | 67 | E | 0 | 27 | 5C | 22 | 22 | 55 | 24 |
| Octal | 251 | 147 | 16 | 0 | 47 | 134 | 42 | 42 | 125 | 44 |
| Binary | 10101001 | 1100111 | 1110 | 0 | 100111 | 1011100 | 100010 | 100010 | 1010101 | 100100 |
Color Harmonies of #A9670E
Complementary color
Monochromatic Colors of #A9670E
Black with #A9670E
Text Example
Text Example
White with #A9670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9670E; }
p { color: rgb(169,103,14); }
H1.HeaderClassName
{
color: #A9670E;
}
.AnyTagClassName
{
color: #A9670E;
}
</style>
background-color css
<style>
a { background-color: #A9670E; }
a { background-color: rgb(169,103,14); }
div.DivClassName
{
background-color: #A9670E;
}
.BgClassName
{
background-color: #A9670E;
}
</style>
border-color css
<style>
span { border-color: #A9670E; }
span { border-color: rgb(169,103,14); }
td.TdClassName
{
border-color: #A9670E;
}
.TagClassName
{
border-color: #A9670E;
}
</style>