Shades of Reef Gold #AA8631
Tints of Reef Gold #AA8631
RGB
CMYK
RGB Variations
Color information
#AA8631 (or 0xAA8631) is known color: Reef Gold. HEX triplet: AA, 86 and 31. RGB value is (170,134,49). Sum of RGB (Red+Green+Blue) = 170+134+49=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8631 is #5579CE. Grayscale: #878787. Windows color (decimal): -5601743 or 3245738. OLE color: 3245738.
HSL color Cylindrical-coordinate representation of color #AA8631: hue angle of 42.15º 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 #AA8631 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 49 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.33 |
| HSL | 42.15º | 0.55% | 0.43% | - |
| HSV(B) | 42.15º | 0.71% | 0.67% | - |
| XYZ | 25.66 | 25.82 | 6.54 | - |
| YUV | 135.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 49 | 0 | 0.21 | 0.71 | 0.33 | 42.15 | 0.55 | 0.43 |
| Hex | AA | 86 | 31 | 0 | 15 | 47 | 21 | 2A | 37 | 2B |
| Octal | 252 | 206 | 61 | 0 | 25 | 107 | 41 | 52 | 67 | 53 |
| Binary | 10101010 | 10000110 | 110001 | 0 | 10101 | 1000111 | 100001 | 101010 | 110111 | 101011 |
Color Harmonies of #AA8631
Complementary color
Monochromatic Colors of #AA8631
Black with #AA8631
Text Example
Text Example
White with #AA8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8631; }
p { color: rgb(170,134,49); }
H1.HeaderClassName
{
color: #AA8631;
}
.AnyTagClassName
{
color: #AA8631;
}
</style>
background-color css
<style>
a { background-color: #AA8631; }
a { background-color: rgb(170,134,49); }
div.DivClassName
{
background-color: #AA8631;
}
.BgClassName
{
background-color: #AA8631;
}
</style>
border-color css
<style>
span { border-color: #AA8631; }
span { border-color: rgb(170,134,49); }
td.TdClassName
{
border-color: #AA8631;
}
.TagClassName
{
border-color: #AA8631;
}
</style>