Shades of Reef Gold #AA922E
Tints of Reef Gold #AA922E
RGB
CMYK
RGB Variations
Color information
#AA922E (or 0xAA922E) is known color: Reef Gold. HEX triplet: AA, 92 and 2E. RGB value is (170,146,46). Sum of RGB (Red+Green+Blue) = 170+146+46=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA922E is #556DD1. Grayscale: #8E8E8E. Windows color (decimal): -5598674 or 3052202. OLE color: 3052202.
HSL color Cylindrical-coordinate representation of color #AA922E: hue angle of 48.39º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA922E is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 46 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.33 |
| HSL | 48.39º | 0.57% | 0.42% | - |
| HSV(B) | 48.39º | 0.73% | 0.67% | - |
| XYZ | 27.35 | 29.3 | 6.8 | - |
| YUV | 141.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 46 | 0 | 0.14 | 0.73 | 0.33 | 48.39 | 0.57 | 0.42 |
| Hex | AA | 92 | 2E | 0 | E | 49 | 21 | 30 | 39 | 2A |
| Octal | 252 | 222 | 56 | 0 | 16 | 111 | 41 | 60 | 71 | 52 |
| Binary | 10101010 | 10010010 | 101110 | 0 | 1110 | 1001001 | 100001 | 110000 | 111001 | 101010 |
Color Harmonies of #AA922E
Complementary color
Monochromatic Colors of #AA922E
Black with #AA922E
Text Example
Text Example
White with #AA922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA922E; }
p { color: rgb(170,146,46); }
H1.HeaderClassName
{
color: #AA922E;
}
.AnyTagClassName
{
color: #AA922E;
}
</style>
background-color css
<style>
a { background-color: #AA922E; }
a { background-color: rgb(170,146,46); }
div.DivClassName
{
background-color: #AA922E;
}
.BgClassName
{
background-color: #AA922E;
}
</style>
border-color css
<style>
span { border-color: #AA922E; }
span { border-color: rgb(170,146,46); }
td.TdClassName
{
border-color: #AA922E;
}
.TagClassName
{
border-color: #AA922E;
}
</style>