Shades of Golden Brown #A47005
Tints of Golden Brown #A47005
RGB
CMYK
RGB Variations
Color information
#A47005 (or 0xA47005) is known color: Golden Brown. HEX triplet: A4, 70 and 05. RGB value is (164,112,5). Sum of RGB (Red+Green+Blue) = 164+112+5=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A47005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47005 is #5B8FFA. Grayscale: #737373. Windows color (decimal): -6000635 or 356516. OLE color: 356516.
HSL color Cylindrical-coordinate representation of color #A47005: hue angle of 40.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A47005 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.36 |
| HSL | 40.38º | 0.94% | 0.33% | - |
| HSV(B) | 40.38º | 0.97% | 0.64% | - |
| XYZ | 21.13 | 19.49 | 2.79 | - |
| YUV | 115.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 5 | 0 | 0.32 | 0.97 | 0.36 | 40.38 | 0.94 | 0.33 |
| Hex | A4 | 70 | 5 | 0 | 20 | 61 | 24 | 28 | 5E | 21 |
| Octal | 244 | 160 | 5 | 0 | 40 | 141 | 44 | 50 | 136 | 41 |
| Binary | 10100100 | 1110000 | 101 | 0 | 100000 | 1100001 | 100100 | 101000 | 1011110 | 100001 |
Color Harmonies of #A47005
Complementary color
Monochromatic Colors of #A47005
Black with #A47005
Text Example
Text Example
White with #A47005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47005; }
p { color: rgb(164,112,5); }
H1.HeaderClassName
{
color: #A47005;
}
.AnyTagClassName
{
color: #A47005;
}
</style>
background-color css
<style>
a { background-color: #A47005; }
a { background-color: rgb(164,112,5); }
div.DivClassName
{
background-color: #A47005;
}
.BgClassName
{
background-color: #A47005;
}
</style>
border-color css
<style>
span { border-color: #A47005; }
span { border-color: rgb(164,112,5); }
td.TdClassName
{
border-color: #A47005;
}
.TagClassName
{
border-color: #A47005;
}
</style>