Shades of Reef Gold #AA992F
Tints of Reef Gold #AA992F
RGB
CMYK
RGB Variations
Color information
#AA992F (or 0xAA992F) is known color: Reef Gold. HEX triplet: AA, 99 and 2F. RGB value is (170,153,47). Sum of RGB (Red+Green+Blue) = 170+153+47=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA992F is #5566D0. Grayscale: #929292. Windows color (decimal): -5596881 or 3119530. OLE color: 3119530.
HSL color Cylindrical-coordinate representation of color #AA992F: hue angle of 51.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA992F is Cyan = 0, Magento = 0.1, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 47 | - |
| CMYK | 0 | 0.1 | 0.72 | 0.33 |
| HSL | 51.71º | 0.57% | 0.43% | - |
| HSV(B) | 51.71º | 0.72% | 0.67% | - |
| XYZ | 28.48 | 31.53 | 7.27 | - |
| YUV | 146 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 47 | 0 | 0.1 | 0.72 | 0.33 | 51.71 | 0.57 | 0.43 |
| Hex | AA | 99 | 2F | 0 | A | 48 | 21 | 34 | 39 | 2B |
| Octal | 252 | 231 | 57 | 0 | 12 | 110 | 41 | 64 | 71 | 53 |
| Binary | 10101010 | 10011001 | 101111 | 0 | 1010 | 1001000 | 100001 | 110100 | 111001 | 101011 |
Color Harmonies of #AA992F
Complementary color
Monochromatic Colors of #AA992F
Black with #AA992F
Text Example
Text Example
White with #AA992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA992F; }
p { color: rgb(170,153,47); }
H1.HeaderClassName
{
color: #AA992F;
}
.AnyTagClassName
{
color: #AA992F;
}
</style>
background-color css
<style>
a { background-color: #AA992F; }
a { background-color: rgb(170,153,47); }
div.DivClassName
{
background-color: #AA992F;
}
.BgClassName
{
background-color: #AA992F;
}
</style>
border-color css
<style>
span { border-color: #AA992F; }
span { border-color: rgb(170,153,47); }
td.TdClassName
{
border-color: #AA992F;
}
.TagClassName
{
border-color: #AA992F;
}
</style>