Shades of Golden Brown #A47009
Tints of Golden Brown #A47009
RGB
CMYK
RGB Variations
Color information
#A47009 (or 0xA47009) is known color: Golden Brown. HEX triplet: A4, 70 and 09. RGB value is (164,112,9). Sum of RGB (Red+Green+Blue) = 164+112+9=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A47009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47009 is #5B8FF6. Grayscale: #747474. Windows color (decimal): -6000631 or 618660. OLE color: 618660.
HSL color Cylindrical-coordinate representation of color #A47009: hue angle of 39.87º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A47009 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 9 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.36 |
| HSL | 39.87º | 0.9% | 0.34% | - |
| HSV(B) | 39.87º | 0.95% | 0.64% | - |
| XYZ | 21.15 | 19.5 | 2.91 | - |
| YUV | 115.81 | 67.73 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 9 | 0 | 0.32 | 0.95 | 0.36 | 39.87 | 0.9 | 0.34 |
| Hex | A4 | 70 | 9 | 0 | 20 | 5F | 24 | 28 | 5A | 22 |
| Octal | 244 | 160 | 11 | 0 | 40 | 137 | 44 | 50 | 132 | 42 |
| Binary | 10100100 | 1110000 | 1001 | 0 | 100000 | 1011111 | 100100 | 101000 | 1011010 | 100010 |
Color Harmonies of #A47009
Complementary color
Monochromatic Colors of #A47009
Black with #A47009
Text Example
Text Example
White with #A47009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47009; }
p { color: rgb(164,112,9); }
H1.HeaderClassName
{
color: #A47009;
}
.AnyTagClassName
{
color: #A47009;
}
</style>
background-color css
<style>
a { background-color: #A47009; }
a { background-color: rgb(164,112,9); }
div.DivClassName
{
background-color: #A47009;
}
.BgClassName
{
background-color: #A47009;
}
</style>
border-color css
<style>
span { border-color: #A47009; }
span { border-color: rgb(164,112,9); }
td.TdClassName
{
border-color: #A47009;
}
.TagClassName
{
border-color: #A47009;
}
</style>