Shades of Rich Gold #AA4E23
Tints of Rich Gold #AA4E23
RGB
CMYK
RGB Variations
Color information
#AA4E23 (or 0xAA4E23) is known color: Rich Gold. HEX triplet: AA, 4E and 23. RGB value is (170,78,35). Sum of RGB (Red+Green+Blue) = 170+78+35=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E23 is #55B1DC. Grayscale: #646464. Windows color (decimal): -5616093 or 2313898. OLE color: 2313898.
HSL color Cylindrical-coordinate representation of color #AA4E23: hue angle of 19.11º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA4E23 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 35 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.33 |
| HSL | 19.11º | 0.66% | 0.4% | - |
| HSV(B) | 19.11º | 0.79% | 0.67% | - |
| XYZ | 19.61 | 14.12 | 3.28 | - |
| YUV | 100.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 35 | 0 | 0.54 | 0.79 | 0.33 | 19.11 | 0.66 | 0.4 |
| Hex | AA | 4E | 23 | 0 | 36 | 4F | 21 | 13 | 42 | 28 |
| Octal | 252 | 116 | 43 | 0 | 66 | 117 | 41 | 23 | 102 | 50 |
| Binary | 10101010 | 1001110 | 100011 | 0 | 110110 | 1001111 | 100001 | 10011 | 1000010 | 101000 |
Color Harmonies of #AA4E23
Complementary color
Monochromatic Colors of #AA4E23
Black with #AA4E23
Text Example
Text Example
White with #AA4E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E23; }
p { color: rgb(170,78,35); }
H1.HeaderClassName
{
color: #AA4E23;
}
.AnyTagClassName
{
color: #AA4E23;
}
</style>
background-color css
<style>
a { background-color: #AA4E23; }
a { background-color: rgb(170,78,35); }
div.DivClassName
{
background-color: #AA4E23;
}
.BgClassName
{
background-color: #AA4E23;
}
</style>
border-color css
<style>
span { border-color: #AA4E23; }
span { border-color: rgb(170,78,35); }
td.TdClassName
{
border-color: #AA4E23;
}
.TagClassName
{
border-color: #AA4E23;
}
</style>