Shades of Reef Gold #AA983A
Tints of Reef Gold #AA983A
RGB
CMYK
RGB Variations
Color information
#AA983A (or 0xAA983A) is known color: Reef Gold. HEX triplet: AA, 98 and 3A. RGB value is (170,152,58). Sum of RGB (Red+Green+Blue) = 170+152+58=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA983A is #5567C5. Grayscale: #939393. Windows color (decimal): -5597126 or 3840170. OLE color: 3840170.
HSL color Cylindrical-coordinate representation of color #AA983A: hue angle of 50.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA983A is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 58 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.33 |
| HSL | 50.36º | 0.49% | 0.45% | - |
| HSV(B) | 50.36º | 0.66% | 0.67% | - |
| XYZ | 28.57 | 31.31 | 8.54 | - |
| YUV | 146.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 58 | 0 | 0.11 | 0.66 | 0.33 | 50.36 | 0.49 | 0.45 |
| Hex | AA | 98 | 3A | 0 | B | 42 | 21 | 32 | 31 | 2D |
| Octal | 252 | 230 | 72 | 0 | 13 | 102 | 41 | 62 | 61 | 55 |
| Binary | 10101010 | 10011000 | 111010 | 0 | 1011 | 1000010 | 100001 | 110010 | 110001 | 101101 |
Color Harmonies of #AA983A
Complementary color
Monochromatic Colors of #AA983A
Black with #AA983A
Text Example
Text Example
White with #AA983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA983A; }
p { color: rgb(170,152,58); }
H1.HeaderClassName
{
color: #AA983A;
}
.AnyTagClassName
{
color: #AA983A;
}
</style>
background-color css
<style>
a { background-color: #AA983A; }
a { background-color: rgb(170,152,58); }
div.DivClassName
{
background-color: #AA983A;
}
.BgClassName
{
background-color: #AA983A;
}
</style>
border-color css
<style>
span { border-color: #AA983A; }
span { border-color: rgb(170,152,58); }
td.TdClassName
{
border-color: #AA983A;
}
.TagClassName
{
border-color: #AA983A;
}
</style>