Shades of Golden Brown #A45D04
Tints of Golden Brown #A45D04
RGB
CMYK
RGB Variations
Color information
#A45D04 (or 0xA45D04) is known color: Golden Brown. HEX triplet: A4, 5D and 04. RGB value is (164,93,4). Sum of RGB (Red+Green+Blue) = 164+93+4=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45D04 is #5BA2FB. Grayscale: #686868. Windows color (decimal): -6005500 or 286116. OLE color: 286116.
HSL color Cylindrical-coordinate representation of color #A45D04: hue angle of 33.38º 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 #A45D04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.36 |
| HSL | 33.38º | 0.95% | 0.33% | - |
| HSV(B) | 33.38º | 0.98% | 0.64% | - |
| XYZ | 19.25 | 15.73 | 2.14 | - |
| YUV | 104.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 4 | 0 | 0.43 | 0.98 | 0.36 | 33.38 | 0.95 | 0.33 |
| Hex | A4 | 5D | 4 | 0 | 2B | 62 | 24 | 21 | 5F | 21 |
| Octal | 244 | 135 | 4 | 0 | 53 | 142 | 44 | 41 | 137 | 41 |
| Binary | 10100100 | 1011101 | 100 | 0 | 101011 | 1100010 | 100100 | 100001 | 1011111 | 100001 |
Color Harmonies of #A45D04
Complementary color
Monochromatic Colors of #A45D04
Black with #A45D04
Text Example
Text Example
White with #A45D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D04; }
p { color: rgb(164,93,4); }
H1.HeaderClassName
{
color: #A45D04;
}
.AnyTagClassName
{
color: #A45D04;
}
</style>
background-color css
<style>
a { background-color: #A45D04; }
a { background-color: rgb(164,93,4); }
div.DivClassName
{
background-color: #A45D04;
}
.BgClassName
{
background-color: #A45D04;
}
</style>
border-color css
<style>
span { border-color: #A45D04; }
span { border-color: rgb(164,93,4); }
td.TdClassName
{
border-color: #A45D04;
}
.TagClassName
{
border-color: #A45D04;
}
</style>