Shades of Reef Gold #AA8831
Tints of Reef Gold #AA8831
RGB
CMYK
RGB Variations
Color information
#AA8831 (or 0xAA8831) is known color: Reef Gold. HEX triplet: AA, 88 and 31. RGB value is (170,136,49). Sum of RGB (Red+Green+Blue) = 170+136+49=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8831 is #5577CE. Grayscale: #888888. Windows color (decimal): -5601231 or 3246250. OLE color: 3246250.
HSL color Cylindrical-coordinate representation of color #AA8831: hue angle of 43.14º 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 #AA8831 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 49 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.33 |
| HSL | 43.14º | 0.55% | 0.43% | - |
| HSV(B) | 43.14º | 0.71% | 0.67% | - |
| XYZ | 25.94 | 26.38 | 6.63 | - |
| YUV | 136.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 49 | 0 | 0.20 | 0.71 | 0.33 | 43.14 | 0.55 | 0.43 |
| Hex | AA | 88 | 31 | 0 | 14 | 47 | 21 | 2B | 37 | 2B |
| Octal | 252 | 210 | 61 | 0 | 24 | 107 | 41 | 53 | 67 | 53 |
| Binary | 10101010 | 10001000 | 110001 | 0 | 10100 | 1000111 | 100001 | 101011 | 110111 | 101011 |
Color Harmonies of #AA8831
Complementary color
Monochromatic Colors of #AA8831
Black with #AA8831
Text Example
Text Example
White with #AA8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8831; }
p { color: rgb(170,136,49); }
H1.HeaderClassName
{
color: #AA8831;
}
.AnyTagClassName
{
color: #AA8831;
}
</style>
background-color css
<style>
a { background-color: #AA8831; }
a { background-color: rgb(170,136,49); }
div.DivClassName
{
background-color: #AA8831;
}
.BgClassName
{
background-color: #AA8831;
}
</style>
border-color css
<style>
span { border-color: #AA8831; }
span { border-color: rgb(170,136,49); }
td.TdClassName
{
border-color: #AA8831;
}
.TagClassName
{
border-color: #AA8831;
}
</style>