Shades of Reef Gold #AA952C
Tints of Reef Gold #AA952C
RGB
CMYK
RGB Variations
Color information
#AA952C (or 0xAA952C) is known color: Reef Gold. HEX triplet: AA, 95 and 2C. RGB value is (170,149,44). Sum of RGB (Red+Green+Blue) = 170+149+44=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA952C is #556AD3. Grayscale: #8F8F8F. Windows color (decimal): -5597908 or 2921898. OLE color: 2921898.
HSL color Cylindrical-coordinate representation of color #AA952C: hue angle of 50º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA952C is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 44 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.33 |
| HSL | 50º | 0.59% | 0.42% | - |
| HSV(B) | 50º | 0.74% | 0.67% | - |
| XYZ | 27.78 | 30.22 | 6.75 | - |
| YUV | 143.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 44 | 0 | 0.12 | 0.74 | 0.33 | 50 | 0.59 | 0.42 |
| Hex | AA | 95 | 2C | 0 | C | 4A | 21 | 32 | 3B | 2A |
| Octal | 252 | 225 | 54 | 0 | 14 | 112 | 41 | 62 | 73 | 52 |
| Binary | 10101010 | 10010101 | 101100 | 0 | 1100 | 1001010 | 100001 | 110010 | 111011 | 101010 |
Color Harmonies of #AA952C
Complementary color
Monochromatic Colors of #AA952C
Black with #AA952C
Text Example
Text Example
White with #AA952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA952C; }
p { color: rgb(170,149,44); }
H1.HeaderClassName
{
color: #AA952C;
}
.AnyTagClassName
{
color: #AA952C;
}
</style>
background-color css
<style>
a { background-color: #AA952C; }
a { background-color: rgb(170,149,44); }
div.DivClassName
{
background-color: #AA952C;
}
.BgClassName
{
background-color: #AA952C;
}
</style>
border-color css
<style>
span { border-color: #AA952C; }
span { border-color: rgb(170,149,44); }
td.TdClassName
{
border-color: #AA952C;
}
.TagClassName
{
border-color: #AA952C;
}
</style>