Shades of Reef Gold #AA8531
Tints of Reef Gold #AA8531
RGB
CMYK
RGB Variations
Color information
#AA8531 (or 0xAA8531) is known color: Reef Gold. HEX triplet: AA, 85 and 31. RGB value is (170,133,49). Sum of RGB (Red+Green+Blue) = 170+133+49=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8531 is #557ACE. Grayscale: #868686. Windows color (decimal): -5601999 or 3245482. OLE color: 3245482.
HSL color Cylindrical-coordinate representation of color #AA8531: hue angle of 41.65º 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 #AA8531 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 49 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.33 |
| HSL | 41.65º | 0.55% | 0.43% | - |
| HSV(B) | 41.65º | 0.71% | 0.67% | - |
| XYZ | 25.52 | 25.54 | 6.49 | - |
| YUV | 134.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 49 | 0 | 0.22 | 0.71 | 0.33 | 41.65 | 0.55 | 0.43 |
| Hex | AA | 85 | 31 | 0 | 16 | 47 | 21 | 2A | 37 | 2B |
| Octal | 252 | 205 | 61 | 0 | 26 | 107 | 41 | 52 | 67 | 53 |
| Binary | 10101010 | 10000101 | 110001 | 0 | 10110 | 1000111 | 100001 | 101010 | 110111 | 101011 |
Color Harmonies of #AA8531
Complementary color
Monochromatic Colors of #AA8531
Black with #AA8531
Text Example
Text Example
White with #AA8531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8531; }
p { color: rgb(170,133,49); }
H1.HeaderClassName
{
color: #AA8531;
}
.AnyTagClassName
{
color: #AA8531;
}
</style>
background-color css
<style>
a { background-color: #AA8531; }
a { background-color: rgb(170,133,49); }
div.DivClassName
{
background-color: #AA8531;
}
.BgClassName
{
background-color: #AA8531;
}
</style>
border-color css
<style>
span { border-color: #AA8531; }
span { border-color: rgb(170,133,49); }
td.TdClassName
{
border-color: #AA8531;
}
.TagClassName
{
border-color: #AA8531;
}
</style>