Shades of Golden Brown #A45A05
Tints of Golden Brown #A45A05
RGB
CMYK
RGB Variations
Color information
#A45A05 (or 0xA45A05) is known color: Golden Brown. HEX triplet: A4, 5A and 05. RGB value is (164,90,5). Sum of RGB (Red+Green+Blue) = 164+90+5=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A05 is #5BA5FA. Grayscale: #666666. Windows color (decimal): -6006267 or 350884. OLE color: 350884.
HSL color Cylindrical-coordinate representation of color #A45A05: hue angle of 32.08º 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 #A45A05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.36 |
| HSL | 32.08º | 0.94% | 0.33% | - |
| HSV(B) | 32.08º | 0.97% | 0.64% | - |
| XYZ | 18.99 | 15.22 | 2.08 | - |
| YUV | 102.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 5 | 0 | 0.45 | 0.97 | 0.36 | 32.08 | 0.94 | 0.33 |
| Hex | A4 | 5A | 5 | 0 | 2D | 61 | 24 | 20 | 5E | 21 |
| Octal | 244 | 132 | 5 | 0 | 55 | 141 | 44 | 40 | 136 | 41 |
| Binary | 10100100 | 1011010 | 101 | 0 | 101101 | 1100001 | 100100 | 100000 | 1011110 | 100001 |
Color Harmonies of #A45A05
Complementary color
Monochromatic Colors of #A45A05
Black with #A45A05
Text Example
Text Example
White with #A45A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A05; }
p { color: rgb(164,90,5); }
H1.HeaderClassName
{
color: #A45A05;
}
.AnyTagClassName
{
color: #A45A05;
}
</style>
background-color css
<style>
a { background-color: #A45A05; }
a { background-color: rgb(164,90,5); }
div.DivClassName
{
background-color: #A45A05;
}
.BgClassName
{
background-color: #A45A05;
}
</style>
border-color css
<style>
span { border-color: #A45A05; }
span { border-color: rgb(164,90,5); }
td.TdClassName
{
border-color: #A45A05;
}
.TagClassName
{
border-color: #A45A05;
}
</style>