Shades of Golden Brown #A45905
Tints of Golden Brown #A45905
RGB
CMYK
RGB Variations
Color information
#A45905 (or 0xA45905) is known color: Golden Brown. HEX triplet: A4, 59 and 05. RGB value is (164,89,5). Sum of RGB (Red+Green+Blue) = 164+89+5=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A45905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45905 is #5BA6FA. Grayscale: #666666. Windows color (decimal): -6006523 or 350628. OLE color: 350628.
HSL color Cylindrical-coordinate representation of color #A45905: hue angle of 31.7º 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 #A45905 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 5 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.36 |
| HSL | 31.7º | 0.94% | 0.33% | - |
| HSV(B) | 31.7º | 0.97% | 0.64% | - |
| XYZ | 18.91 | 15.05 | 2.05 | - |
| YUV | 101.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 5 | 0 | 0.46 | 0.97 | 0.36 | 31.7 | 0.94 | 0.33 |
| Hex | A4 | 59 | 5 | 0 | 2E | 61 | 24 | 20 | 5E | 21 |
| Octal | 244 | 131 | 5 | 0 | 56 | 141 | 44 | 40 | 136 | 41 |
| Binary | 10100100 | 1011001 | 101 | 0 | 101110 | 1100001 | 100100 | 100000 | 1011110 | 100001 |
Color Harmonies of #A45905
Complementary color
Monochromatic Colors of #A45905
Black with #A45905
Text Example
Text Example
White with #A45905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45905; }
p { color: rgb(164,89,5); }
H1.HeaderClassName
{
color: #A45905;
}
.AnyTagClassName
{
color: #A45905;
}
</style>
background-color css
<style>
a { background-color: #A45905; }
a { background-color: rgb(164,89,5); }
div.DivClassName
{
background-color: #A45905;
}
.BgClassName
{
background-color: #A45905;
}
</style>
border-color css
<style>
span { border-color: #A45905; }
span { border-color: rgb(164,89,5); }
td.TdClassName
{
border-color: #A45905;
}
.TagClassName
{
border-color: #A45905;
}
</style>