Shades of Reef Gold #AA942B
Tints of Reef Gold #AA942B
RGB
CMYK
RGB Variations
Color information
#AA942B (or 0xAA942B) is known color: Reef Gold. HEX triplet: AA, 94 and 2B. RGB value is (170,148,43). Sum of RGB (Red+Green+Blue) = 170+148+43=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA942B is #556BD4. Grayscale: #8F8F8F. Windows color (decimal): -5598165 or 2856106. OLE color: 2856106.
HSL color Cylindrical-coordinate representation of color #AA942B: hue angle of 49.61º 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 #AA942B is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 43 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.33 |
| HSL | 49.61º | 0.6% | 0.42% | - |
| HSV(B) | 49.61º | 0.75% | 0.67% | - |
| XYZ | 27.6 | 29.9 | 6.6 | - |
| YUV | 142.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 43 | 0 | 0.13 | 0.75 | 0.33 | 49.61 | 0.6 | 0.42 |
| Hex | AA | 94 | 2B | 0 | D | 4B | 21 | 32 | 3C | 2A |
| Octal | 252 | 224 | 53 | 0 | 15 | 113 | 41 | 62 | 74 | 52 |
| Binary | 10101010 | 10010100 | 101011 | 0 | 1101 | 1001011 | 100001 | 110010 | 111100 | 101010 |
Color Harmonies of #AA942B
Complementary color
Monochromatic Colors of #AA942B
Black with #AA942B
Text Example
Text Example
White with #AA942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA942B; }
p { color: rgb(170,148,43); }
H1.HeaderClassName
{
color: #AA942B;
}
.AnyTagClassName
{
color: #AA942B;
}
</style>
background-color css
<style>
a { background-color: #AA942B; }
a { background-color: rgb(170,148,43); }
div.DivClassName
{
background-color: #AA942B;
}
.BgClassName
{
background-color: #AA942B;
}
</style>
border-color css
<style>
span { border-color: #AA942B; }
span { border-color: rgb(170,148,43); }
td.TdClassName
{
border-color: #AA942B;
}
.TagClassName
{
border-color: #AA942B;
}
</style>