Shades of Reef Gold #AA922B
Tints of Reef Gold #AA922B
RGB
CMYK
RGB Variations
Color information
#AA922B (or 0xAA922B) is known color: Reef Gold. HEX triplet: AA, 92 and 2B. RGB value is (170,146,43). Sum of RGB (Red+Green+Blue) = 170+146+43=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA922B is #556DD4. Grayscale: #8D8D8D. Windows color (decimal): -5598677 or 2855594. OLE color: 2855594.
HSL color Cylindrical-coordinate representation of color #AA922B: hue angle of 48.66º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA922B is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 43 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.33 |
| HSL | 48.66º | 0.6% | 0.42% | - |
| HSV(B) | 48.66º | 0.75% | 0.67% | - |
| XYZ | 27.29 | 29.28 | 6.5 | - |
| YUV | 141.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 43 | 0 | 0.14 | 0.75 | 0.33 | 48.66 | 0.6 | 0.42 |
| Hex | AA | 92 | 2B | 0 | E | 4B | 21 | 31 | 3C | 2A |
| Octal | 252 | 222 | 53 | 0 | 16 | 113 | 41 | 61 | 74 | 52 |
| Binary | 10101010 | 10010010 | 101011 | 0 | 1110 | 1001011 | 100001 | 110001 | 111100 | 101010 |
Color Harmonies of #AA922B
Complementary color
Monochromatic Colors of #AA922B
Black with #AA922B
Text Example
Text Example
White with #AA922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA922B; }
p { color: rgb(170,146,43); }
H1.HeaderClassName
{
color: #AA922B;
}
.AnyTagClassName
{
color: #AA922B;
}
</style>
background-color css
<style>
a { background-color: #AA922B; }
a { background-color: rgb(170,146,43); }
div.DivClassName
{
background-color: #AA922B;
}
.BgClassName
{
background-color: #AA922B;
}
</style>
border-color css
<style>
span { border-color: #AA922B; }
span { border-color: rgb(170,146,43); }
td.TdClassName
{
border-color: #AA922B;
}
.TagClassName
{
border-color: #AA922B;
}
</style>