Shades of Reef Gold #AA932C
Tints of Reef Gold #AA932C
RGB
CMYK
RGB Variations
Color information
#AA932C (or 0xAA932C) is known color: Reef Gold. HEX triplet: AA, 93 and 2C. RGB value is (170,147,44). Sum of RGB (Red+Green+Blue) = 170+147+44=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA932C is #556CD3. Grayscale: #8E8E8E. Windows color (decimal): -5598420 or 2921386. OLE color: 2921386.
HSL color Cylindrical-coordinate representation of color #AA932C: hue angle of 49.05º 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 #AA932C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 44 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.33 |
| HSL | 49.05º | 0.59% | 0.42% | - |
| HSV(B) | 49.05º | 0.74% | 0.67% | - |
| XYZ | 27.47 | 29.6 | 6.65 | - |
| YUV | 142.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 44 | 0 | 0.14 | 0.74 | 0.33 | 49.05 | 0.59 | 0.42 |
| Hex | AA | 93 | 2C | 0 | E | 4A | 21 | 31 | 3B | 2A |
| Octal | 252 | 223 | 54 | 0 | 16 | 112 | 41 | 61 | 73 | 52 |
| Binary | 10101010 | 10010011 | 101100 | 0 | 1110 | 1001010 | 100001 | 110001 | 111011 | 101010 |
Color Harmonies of #AA932C
Complementary color
Monochromatic Colors of #AA932C
Black with #AA932C
Text Example
Text Example
White with #AA932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA932C; }
p { color: rgb(170,147,44); }
H1.HeaderClassName
{
color: #AA932C;
}
.AnyTagClassName
{
color: #AA932C;
}
</style>
background-color css
<style>
a { background-color: #AA932C; }
a { background-color: rgb(170,147,44); }
div.DivClassName
{
background-color: #AA932C;
}
.BgClassName
{
background-color: #AA932C;
}
</style>
border-color css
<style>
span { border-color: #AA932C; }
span { border-color: rgb(170,147,44); }
td.TdClassName
{
border-color: #AA932C;
}
.TagClassName
{
border-color: #AA932C;
}
</style>