Shades of Reef Gold #AA8731
Tints of Reef Gold #AA8731
RGB
CMYK
RGB Variations
Color information
#AA8731 (or 0xAA8731) is known color: Reef Gold. HEX triplet: AA, 87 and 31. RGB value is (170,135,49). Sum of RGB (Red+Green+Blue) = 170+135+49=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 49 (19.53% from 255 or 13.84% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8731 is #5578CE. Grayscale: #888888. Windows color (decimal): -5601487 or 3245994. OLE color: 3245994.
HSL color Cylindrical-coordinate representation of color #AA8731: hue angle of 42.64º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA8731 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 49 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.33 |
| HSL | 42.64º | 0.55% | 0.43% | - |
| HSV(B) | 42.64º | 0.71% | 0.67% | - |
| XYZ | 25.8 | 26.1 | 6.58 | - |
| YUV | 135.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 49 | 0 | 0.21 | 0.71 | 0.33 | 42.64 | 0.55 | 0.43 |
| Hex | AA | 87 | 31 | 0 | 15 | 47 | 21 | 2B | 37 | 2B |
| Octal | 252 | 207 | 61 | 0 | 25 | 107 | 41 | 53 | 67 | 53 |
| Binary | 10101010 | 10000111 | 110001 | 0 | 10101 | 1000111 | 100001 | 101011 | 110111 | 101011 |
Color Harmonies of #AA8731
Complementary color
Monochromatic Colors of #AA8731
Black with #AA8731
Text Example
Text Example
White with #AA8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8731; }
p { color: rgb(170,135,49); }
H1.HeaderClassName
{
color: #AA8731;
}
.AnyTagClassName
{
color: #AA8731;
}
</style>
background-color css
<style>
a { background-color: #AA8731; }
a { background-color: rgb(170,135,49); }
div.DivClassName
{
background-color: #AA8731;
}
.BgClassName
{
background-color: #AA8731;
}
</style>
border-color css
<style>
span { border-color: #AA8731; }
span { border-color: rgb(170,135,49); }
td.TdClassName
{
border-color: #AA8731;
}
.TagClassName
{
border-color: #AA8731;
}
</style>