Shades of Reef Gold #AA983B
Tints of Reef Gold #AA983B
RGB
CMYK
RGB Variations
Color information
#AA983B (or 0xAA983B) is known color: Reef Gold. HEX triplet: AA, 98 and 3B. RGB value is (170,152,59). Sum of RGB (Red+Green+Blue) = 170+152+59=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA983B is #5567C4. Grayscale: #939393. Windows color (decimal): -5597125 or 3905706. OLE color: 3905706.
HSL color Cylindrical-coordinate representation of color #AA983B: hue angle of 50.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA983B is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 59 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.33 |
| HSL | 50.27º | 0.48% | 0.45% | - |
| HSV(B) | 50.27º | 0.65% | 0.67% | - |
| XYZ | 28.6 | 31.32 | 8.68 | - |
| YUV | 146.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 59 | 0 | 0.11 | 0.65 | 0.33 | 50.27 | 0.48 | 0.45 |
| Hex | AA | 98 | 3B | 0 | B | 41 | 21 | 32 | 30 | 2D |
| Octal | 252 | 230 | 73 | 0 | 13 | 101 | 41 | 62 | 60 | 55 |
| Binary | 10101010 | 10011000 | 111011 | 0 | 1011 | 1000001 | 100001 | 110010 | 110000 | 101101 |
Color Harmonies of #AA983B
Complementary color
Monochromatic Colors of #AA983B
Black with #AA983B
Text Example
Text Example
White with #AA983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA983B; }
p { color: rgb(170,152,59); }
H1.HeaderClassName
{
color: #AA983B;
}
.AnyTagClassName
{
color: #AA983B;
}
</style>
background-color css
<style>
a { background-color: #AA983B; }
a { background-color: rgb(170,152,59); }
div.DivClassName
{
background-color: #AA983B;
}
.BgClassName
{
background-color: #AA983B;
}
</style>
border-color css
<style>
span { border-color: #AA983B; }
span { border-color: rgb(170,152,59); }
td.TdClassName
{
border-color: #AA983B;
}
.TagClassName
{
border-color: #AA983B;
}
</style>