Shades of Reef Gold #AA9630
Tints of Reef Gold #AA9630
RGB
CMYK
RGB Variations
Color information
#AA9630 (or 0xAA9630) is known color: Reef Gold. HEX triplet: AA, 96 and 30. RGB value is (170,150,48). Sum of RGB (Red+Green+Blue) = 170+150+48=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9630 is #5569CF. Grayscale: #909090. Windows color (decimal): -5597648 or 3184298. OLE color: 3184298.
HSL color Cylindrical-coordinate representation of color #AA9630: hue angle of 50.16º 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 #AA9630 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 48 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.33 |
| HSL | 50.16º | 0.56% | 0.43% | - |
| HSV(B) | 50.16º | 0.72% | 0.67% | - |
| XYZ | 28.02 | 30.57 | 7.22 | - |
| YUV | 144.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 48 | 0 | 0.12 | 0.72 | 0.33 | 50.16 | 0.56 | 0.43 |
| Hex | AA | 96 | 30 | 0 | C | 48 | 21 | 32 | 38 | 2B |
| Octal | 252 | 226 | 60 | 0 | 14 | 110 | 41 | 62 | 70 | 53 |
| Binary | 10101010 | 10010110 | 110000 | 0 | 1100 | 1001000 | 100001 | 110010 | 111000 | 101011 |
Color Harmonies of #AA9630
Complementary color
Monochromatic Colors of #AA9630
Black with #AA9630
Text Example
Text Example
White with #AA9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9630; }
p { color: rgb(170,150,48); }
H1.HeaderClassName
{
color: #AA9630;
}
.AnyTagClassName
{
color: #AA9630;
}
</style>
background-color css
<style>
a { background-color: #AA9630; }
a { background-color: rgb(170,150,48); }
div.DivClassName
{
background-color: #AA9630;
}
.BgClassName
{
background-color: #AA9630;
}
</style>
border-color css
<style>
span { border-color: #AA9630; }
span { border-color: rgb(170,150,48); }
td.TdClassName
{
border-color: #AA9630;
}
.TagClassName
{
border-color: #AA9630;
}
</style>