Shades of Reef Gold #AA9530
Tints of Reef Gold #AA9530
RGB
CMYK
RGB Variations
Color information
#AA9530 (or 0xAA9530) is known color: Reef Gold. HEX triplet: AA, 95 and 30. RGB value is (170,149,48). Sum of RGB (Red+Green+Blue) = 170+149+48=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9530 is #556ACF. Grayscale: #909090. Windows color (decimal): -5597904 or 3184042. OLE color: 3184042.
HSL color Cylindrical-coordinate representation of color #AA9530: hue angle of 49.67º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA9530 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 48 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.33 |
| HSL | 49.67º | 0.56% | 0.43% | - |
| HSV(B) | 49.67º | 0.72% | 0.67% | - |
| XYZ | 27.86 | 30.25 | 7.17 | - |
| YUV | 143.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 48 | 0 | 0.12 | 0.72 | 0.33 | 49.67 | 0.56 | 0.43 |
| Hex | AA | 95 | 30 | 0 | C | 48 | 21 | 32 | 38 | 2B |
| Octal | 252 | 225 | 60 | 0 | 14 | 110 | 41 | 62 | 70 | 53 |
| Binary | 10101010 | 10010101 | 110000 | 0 | 1100 | 1001000 | 100001 | 110010 | 111000 | 101011 |
Color Harmonies of #AA9530
Complementary color
Monochromatic Colors of #AA9530
Black with #AA9530
Text Example
Text Example
White with #AA9530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9530; }
p { color: rgb(170,149,48); }
H1.HeaderClassName
{
color: #AA9530;
}
.AnyTagClassName
{
color: #AA9530;
}
</style>
background-color css
<style>
a { background-color: #AA9530; }
a { background-color: rgb(170,149,48); }
div.DivClassName
{
background-color: #AA9530;
}
.BgClassName
{
background-color: #AA9530;
}
</style>
border-color css
<style>
span { border-color: #AA9530; }
span { border-color: rgb(170,149,48); }
td.TdClassName
{
border-color: #AA9530;
}
.TagClassName
{
border-color: #AA9530;
}
</style>