Shades of Golden Brown #A45304
Tints of Golden Brown #A45304
RGB
CMYK
RGB Variations
Color information
#A45304 (or 0xA45304) is known color: Golden Brown. HEX triplet: A4, 53 and 04. RGB value is (164,83,4). Sum of RGB (Red+Green+Blue) = 164+83+4=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A45304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45304 is #5BACFB. Grayscale: #626262. Windows color (decimal): -6008060 or 283556. OLE color: 283556.
HSL color Cylindrical-coordinate representation of color #A45304: hue angle of 29.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 #A45304 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 83 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.36 |
| HSL | 29.63º | 0.95% | 0.33% | - |
| HSV(B) | 29.63º | 0.98% | 0.64% | - |
| XYZ | 18.43 | 14.09 | 1.86 | - |
| YUV | 98.21 | 74.84 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 4 | 0 | 0.49 | 0.98 | 0.36 | 29.63 | 0.95 | 0.33 |
| Hex | A4 | 53 | 4 | 0 | 31 | 62 | 24 | 1E | 5F | 21 |
| Octal | 244 | 123 | 4 | 0 | 61 | 142 | 44 | 36 | 137 | 41 |
| Binary | 10100100 | 1010011 | 100 | 0 | 110001 | 1100010 | 100100 | 11110 | 1011111 | 100001 |
Color Harmonies of #A45304
Complementary color
Monochromatic Colors of #A45304
Black with #A45304
Text Example
Text Example
White with #A45304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45304; }
p { color: rgb(164,83,4); }
H1.HeaderClassName
{
color: #A45304;
}
.AnyTagClassName
{
color: #A45304;
}
</style>
background-color css
<style>
a { background-color: #A45304; }
a { background-color: rgb(164,83,4); }
div.DivClassName
{
background-color: #A45304;
}
.BgClassName
{
background-color: #A45304;
}
</style>
border-color css
<style>
span { border-color: #A45304; }
span { border-color: rgb(164,83,4); }
td.TdClassName
{
border-color: #A45304;
}
.TagClassName
{
border-color: #A45304;
}
</style>