Shades of Reef Gold #AA962D
Tints of Reef Gold #AA962D
RGB
CMYK
RGB Variations
Color information
#AA962D (or 0xAA962D) is known color: Reef Gold. HEX triplet: AA, 96 and 2D. RGB value is (170,150,45). Sum of RGB (Red+Green+Blue) = 170+150+45=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA962D is #5569D2. Grayscale: #909090. Windows color (decimal): -5597651 or 2987690. OLE color: 2987690.
HSL color Cylindrical-coordinate representation of color #AA962D: hue angle of 50.4º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA962D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 45 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.33 |
| HSL | 50.4º | 0.58% | 0.42% | - |
| HSV(B) | 50.4º | 0.74% | 0.67% | - |
| XYZ | 27.96 | 30.55 | 6.91 | - |
| YUV | 144.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 45 | 0 | 0.12 | 0.74 | 0.33 | 50.4 | 0.58 | 0.42 |
| Hex | AA | 96 | 2D | 0 | C | 4A | 21 | 32 | 3A | 2A |
| Octal | 252 | 226 | 55 | 0 | 14 | 112 | 41 | 62 | 72 | 52 |
| Binary | 10101010 | 10010110 | 101101 | 0 | 1100 | 1001010 | 100001 | 110010 | 111010 | 101010 |
Color Harmonies of #AA962D
Complementary color
Monochromatic Colors of #AA962D
Black with #AA962D
Text Example
Text Example
White with #AA962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA962D; }
p { color: rgb(170,150,45); }
H1.HeaderClassName
{
color: #AA962D;
}
.AnyTagClassName
{
color: #AA962D;
}
</style>
background-color css
<style>
a { background-color: #AA962D; }
a { background-color: rgb(170,150,45); }
div.DivClassName
{
background-color: #AA962D;
}
.BgClassName
{
background-color: #AA962D;
}
</style>
border-color css
<style>
span { border-color: #AA962D; }
span { border-color: rgb(170,150,45); }
td.TdClassName
{
border-color: #AA962D;
}
.TagClassName
{
border-color: #AA962D;
}
</style>