Shades of Reef Gold #AA8927
Tints of Reef Gold #AA8927
RGB
CMYK
RGB Variations
Color information
#AA8927 (or 0xAA8927) is known color: Reef Gold. HEX triplet: AA, 89 and 27. RGB value is (170,137,39). Sum of RGB (Red+Green+Blue) = 170+137+39=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8927 is #5576D8. Grayscale: #888888. Windows color (decimal): -5600985 or 2591146. OLE color: 2591146.
HSL color Cylindrical-coordinate representation of color #AA8927: hue angle of 44.89º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA8927 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 39 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.33 |
| HSL | 44.89º | 0.63% | 0.41% | - |
| HSV(B) | 44.89º | 0.77% | 0.67% | - |
| XYZ | 25.89 | 26.58 | 5.69 | - |
| YUV | 135.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 39 | 0 | 0.19 | 0.77 | 0.33 | 44.89 | 0.63 | 0.41 |
| Hex | AA | 89 | 27 | 0 | 13 | 4D | 21 | 2D | 3F | 29 |
| Octal | 252 | 211 | 47 | 0 | 23 | 115 | 41 | 55 | 77 | 51 |
| Binary | 10101010 | 10001001 | 100111 | 0 | 10011 | 1001101 | 100001 | 101101 | 111111 | 101001 |
Color Harmonies of #AA8927
Complementary color
Monochromatic Colors of #AA8927
Black with #AA8927
Text Example
Text Example
White with #AA8927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8927; }
p { color: rgb(170,137,39); }
H1.HeaderClassName
{
color: #AA8927;
}
.AnyTagClassName
{
color: #AA8927;
}
</style>
background-color css
<style>
a { background-color: #AA8927; }
a { background-color: rgb(170,137,39); }
div.DivClassName
{
background-color: #AA8927;
}
.BgClassName
{
background-color: #AA8927;
}
</style>
border-color css
<style>
span { border-color: #AA8927; }
span { border-color: rgb(170,137,39); }
td.TdClassName
{
border-color: #AA8927;
}
.TagClassName
{
border-color: #AA8927;
}
</style>