Shades of Reef Gold #AA922F
Tints of Reef Gold #AA922F
RGB
CMYK
RGB Variations
Color information
#AA922F (or 0xAA922F) is known color: Reef Gold. HEX triplet: AA, 92 and 2F. RGB value is (170,146,47). Sum of RGB (Red+Green+Blue) = 170+146+47=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA922F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA922F is #556DD0. Grayscale: #8E8E8E. Windows color (decimal): -5598673 or 3117738. OLE color: 3117738.
HSL color Cylindrical-coordinate representation of color #AA922F: hue angle of 48.29º 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 #AA922F is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 47 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.33 |
| HSL | 48.29º | 0.57% | 0.43% | - |
| HSV(B) | 48.29º | 0.72% | 0.67% | - |
| XYZ | 27.37 | 29.31 | 6.9 | - |
| YUV | 141.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 47 | 0 | 0.14 | 0.72 | 0.33 | 48.29 | 0.57 | 0.43 |
| Hex | AA | 92 | 2F | 0 | E | 48 | 21 | 30 | 39 | 2B |
| Octal | 252 | 222 | 57 | 0 | 16 | 110 | 41 | 60 | 71 | 53 |
| Binary | 10101010 | 10010010 | 101111 | 0 | 1110 | 1001000 | 100001 | 110000 | 111001 | 101011 |
Color Harmonies of #AA922F
Complementary color
Monochromatic Colors of #AA922F
Black with #AA922F
Text Example
Text Example
White with #AA922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA922F; }
p { color: rgb(170,146,47); }
H1.HeaderClassName
{
color: #AA922F;
}
.AnyTagClassName
{
color: #AA922F;
}
</style>
background-color css
<style>
a { background-color: #AA922F; }
a { background-color: rgb(170,146,47); }
div.DivClassName
{
background-color: #AA922F;
}
.BgClassName
{
background-color: #AA922F;
}
</style>
border-color css
<style>
span { border-color: #AA922F; }
span { border-color: rgb(170,146,47); }
td.TdClassName
{
border-color: #AA922F;
}
.TagClassName
{
border-color: #AA922F;
}
</style>