Shades of Reef Gold #AA8D2B
Tints of Reef Gold #AA8D2B
RGB
CMYK
RGB Variations
Color information
#AA8D2B (or 0xAA8D2B) is known color: Reef Gold. HEX triplet: AA, 8D and 2B. RGB value is (170,141,43). Sum of RGB (Red+Green+Blue) = 170+141+43=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D2B is #5572D4. Grayscale: #8A8A8A. Windows color (decimal): -5599957 or 2854314. OLE color: 2854314.
HSL color Cylindrical-coordinate representation of color #AA8D2B: hue angle of 46.3º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA8D2B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 43 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.33 |
| HSL | 46.3º | 0.6% | 0.42% | - |
| HSV(B) | 46.3º | 0.75% | 0.67% | - |
| XYZ | 26.54 | 27.77 | 6.25 | - |
| YUV | 138.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 43 | 0 | 0.17 | 0.75 | 0.33 | 46.3 | 0.6 | 0.42 |
| Hex | AA | 8D | 2B | 0 | 11 | 4B | 21 | 2E | 3C | 2A |
| Octal | 252 | 215 | 53 | 0 | 21 | 113 | 41 | 56 | 74 | 52 |
| Binary | 10101010 | 10001101 | 101011 | 0 | 10001 | 1001011 | 100001 | 101110 | 111100 | 101010 |
Color Harmonies of #AA8D2B
Complementary color
Monochromatic Colors of #AA8D2B
Black with #AA8D2B
Text Example
Text Example
White with #AA8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D2B; }
p { color: rgb(170,141,43); }
H1.HeaderClassName
{
color: #AA8D2B;
}
.AnyTagClassName
{
color: #AA8D2B;
}
</style>
background-color css
<style>
a { background-color: #AA8D2B; }
a { background-color: rgb(170,141,43); }
div.DivClassName
{
background-color: #AA8D2B;
}
.BgClassName
{
background-color: #AA8D2B;
}
</style>
border-color css
<style>
span { border-color: #AA8D2B; }
span { border-color: rgb(170,141,43); }
td.TdClassName
{
border-color: #AA8D2B;
}
.TagClassName
{
border-color: #AA8D2B;
}
</style>