Shades of Golden Brown #A45A16
Tints of Golden Brown #A45A16
RGB
CMYK
RGB Variations
Color information
#A45A16 (or 0xA45A16) is known color: Golden Brown. HEX triplet: A4, 5A and 16. RGB value is (164,90,22). Sum of RGB (Red+Green+Blue) = 164+90+22=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A16 is #5BA5E9. Grayscale: #686868. Windows color (decimal): -6006250 or 1464996. OLE color: 1464996.
HSL color Cylindrical-coordinate representation of color #A45A16: hue angle of 28.73º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A45A16 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 22 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.36 |
| HSL | 28.73º | 0.76% | 0.36% | - |
| HSV(B) | 28.73º | 0.87% | 0.64% | - |
| XYZ | 19.11 | 15.26 | 2.7 | - |
| YUV | 104.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 22 | 0 | 0.45 | 0.87 | 0.36 | 28.73 | 0.76 | 0.36 |
| Hex | A4 | 5A | 16 | 0 | 2D | 57 | 24 | 1D | 4C | 24 |
| Octal | 244 | 132 | 26 | 0 | 55 | 127 | 44 | 35 | 114 | 44 |
| Binary | 10100100 | 1011010 | 10110 | 0 | 101101 | 1010111 | 100100 | 11101 | 1001100 | 100100 |
Color Harmonies of #A45A16
Complementary color
Monochromatic Colors of #A45A16
Black with #A45A16
Text Example
Text Example
White with #A45A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A16; }
p { color: rgb(164,90,22); }
H1.HeaderClassName
{
color: #A45A16;
}
.AnyTagClassName
{
color: #A45A16;
}
</style>
background-color css
<style>
a { background-color: #A45A16; }
a { background-color: rgb(164,90,22); }
div.DivClassName
{
background-color: #A45A16;
}
.BgClassName
{
background-color: #A45A16;
}
</style>
border-color css
<style>
span { border-color: #A45A16; }
span { border-color: rgb(164,90,22); }
td.TdClassName
{
border-color: #A45A16;
}
.TagClassName
{
border-color: #A45A16;
}
</style>