Shades of Golden Brown #A47304
Tints of Golden Brown #A47304
RGB
CMYK
RGB Variations
Color information
#A47304 (or 0xA47304) is known color: Golden Brown. HEX triplet: A4, 73 and 04. RGB value is (164,115,4). Sum of RGB (Red+Green+Blue) = 164+115+4=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A47304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47304 is #5B8CFB. Grayscale: #757575. Windows color (decimal): -5999868 or 291748. OLE color: 291748.
HSL color Cylindrical-coordinate representation of color #A47304: hue angle of 41.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A47304 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.36 |
| HSL | 41.63º | 0.95% | 0.33% | - |
| HSV(B) | 41.63º | 0.98% | 0.64% | - |
| XYZ | 21.46 | 20.16 | 2.88 | - |
| YUV | 117 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 4 | 0 | 0.30 | 0.98 | 0.36 | 41.63 | 0.95 | 0.33 |
| Hex | A4 | 73 | 4 | 0 | 1E | 62 | 24 | 2A | 5F | 21 |
| Octal | 244 | 163 | 4 | 0 | 36 | 142 | 44 | 52 | 137 | 41 |
| Binary | 10100100 | 1110011 | 100 | 0 | 11110 | 1100010 | 100100 | 101010 | 1011111 | 100001 |
Color Harmonies of #A47304
Complementary color
Monochromatic Colors of #A47304
Black with #A47304
Text Example
Text Example
White with #A47304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47304; }
p { color: rgb(164,115,4); }
H1.HeaderClassName
{
color: #A47304;
}
.AnyTagClassName
{
color: #A47304;
}
</style>
background-color css
<style>
a { background-color: #A47304; }
a { background-color: rgb(164,115,4); }
div.DivClassName
{
background-color: #A47304;
}
.BgClassName
{
background-color: #A47304;
}
</style>
border-color css
<style>
span { border-color: #A47304; }
span { border-color: rgb(164,115,4); }
td.TdClassName
{
border-color: #A47304;
}
.TagClassName
{
border-color: #A47304;
}
</style>