Shades of Golden Brown #A45E05
Tints of Golden Brown #A45E05
RGB
CMYK
RGB Variations
Color information
#A45E05 (or 0xA45E05) is known color: Golden Brown. HEX triplet: A4, 5E and 05. RGB value is (164,94,5). Sum of RGB (Red+Green+Blue) = 164+94+5=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45E05 is #5BA1FA. Grayscale: #696969. Windows color (decimal): -6005243 or 351908. OLE color: 351908.
HSL color Cylindrical-coordinate representation of color #A45E05: hue angle of 33.58º 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 #A45E05 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 5 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.36 |
| HSL | 33.58º | 0.94% | 0.33% | - |
| HSV(B) | 33.58º | 0.97% | 0.64% | - |
| XYZ | 19.34 | 15.91 | 2.19 | - |
| YUV | 104.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 5 | 0 | 0.43 | 0.97 | 0.36 | 33.58 | 0.94 | 0.33 |
| Hex | A4 | 5E | 5 | 0 | 2B | 61 | 24 | 22 | 5E | 21 |
| Octal | 244 | 136 | 5 | 0 | 53 | 141 | 44 | 42 | 136 | 41 |
| Binary | 10100100 | 1011110 | 101 | 0 | 101011 | 1100001 | 100100 | 100010 | 1011110 | 100001 |
Color Harmonies of #A45E05
Complementary color
Monochromatic Colors of #A45E05
Black with #A45E05
Text Example
Text Example
White with #A45E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E05; }
p { color: rgb(164,94,5); }
H1.HeaderClassName
{
color: #A45E05;
}
.AnyTagClassName
{
color: #A45E05;
}
</style>
background-color css
<style>
a { background-color: #A45E05; }
a { background-color: rgb(164,94,5); }
div.DivClassName
{
background-color: #A45E05;
}
.BgClassName
{
background-color: #A45E05;
}
</style>
border-color css
<style>
span { border-color: #A45E05; }
span { border-color: rgb(164,94,5); }
td.TdClassName
{
border-color: #A45E05;
}
.TagClassName
{
border-color: #A45E05;
}
</style>