Shades of Rich Gold #AA540F
Tints of Rich Gold #AA540F
RGB
CMYK
RGB Variations
Color information
#AA540F (or 0xAA540F) is known color: Rich Gold. HEX triplet: AA, 54 and 0F. RGB value is (170,84,15). Sum of RGB (Red+Green+Blue) = 170+84+15=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA540F is #55ABF0. Grayscale: #666666. Windows color (decimal): -5614577 or 1004714. OLE color: 1004714.
HSL color Cylindrical-coordinate representation of color #AA540F: hue angle of 26.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA540F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.33 |
| HSL | 26.71º | 0.84% | 0.36% | - |
| HSV(B) | 26.71º | 0.91% | 0.67% | - |
| XYZ | 19.83 | 14.92 | 2.29 | - |
| YUV | 101.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 15 | 0 | 0.51 | 0.91 | 0.33 | 26.71 | 0.84 | 0.36 |
| Hex | AA | 54 | F | 0 | 33 | 5B | 21 | 1B | 54 | 24 |
| Octal | 252 | 124 | 17 | 0 | 63 | 133 | 41 | 33 | 124 | 44 |
| Binary | 10101010 | 1010100 | 1111 | 0 | 110011 | 1011011 | 100001 | 11011 | 1010100 | 100100 |
Color Harmonies of #AA540F
Complementary color
Monochromatic Colors of #AA540F
Black with #AA540F
Text Example
Text Example
White with #AA540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA540F; }
p { color: rgb(170,84,15); }
H1.HeaderClassName
{
color: #AA540F;
}
.AnyTagClassName
{
color: #AA540F;
}
</style>
background-color css
<style>
a { background-color: #AA540F; }
a { background-color: rgb(170,84,15); }
div.DivClassName
{
background-color: #AA540F;
}
.BgClassName
{
background-color: #AA540F;
}
</style>
border-color css
<style>
span { border-color: #AA540F; }
span { border-color: rgb(170,84,15); }
td.TdClassName
{
border-color: #AA540F;
}
.TagClassName
{
border-color: #AA540F;
}
</style>