Shades of Reef Gold #AA8F2D
Tints of Reef Gold #AA8F2D
RGB
CMYK
RGB Variations
Color information
#AA8F2D (or 0xAA8F2D) is known color: Reef Gold. HEX triplet: AA, 8F and 2D. RGB value is (170,143,45). Sum of RGB (Red+Green+Blue) = 170+143+45=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F2D is #5570D2. Grayscale: #8C8C8C. Windows color (decimal): -5599443 or 2985898. OLE color: 2985898.
HSL color Cylindrical-coordinate representation of color #AA8F2D: hue angle of 47.04º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA8F2D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 45 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.33 |
| HSL | 47.04º | 0.58% | 0.42% | - |
| HSV(B) | 47.04º | 0.74% | 0.67% | - |
| XYZ | 26.87 | 28.38 | 6.54 | - |
| YUV | 139.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 45 | 0 | 0.16 | 0.74 | 0.33 | 47.04 | 0.58 | 0.42 |
| Hex | AA | 8F | 2D | 0 | 10 | 4A | 21 | 2F | 3A | 2A |
| Octal | 252 | 217 | 55 | 0 | 20 | 112 | 41 | 57 | 72 | 52 |
| Binary | 10101010 | 10001111 | 101101 | 0 | 10000 | 1001010 | 100001 | 101111 | 111010 | 101010 |
Color Harmonies of #AA8F2D
Complementary color
Monochromatic Colors of #AA8F2D
Black with #AA8F2D
Text Example
Text Example
White with #AA8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F2D; }
p { color: rgb(170,143,45); }
H1.HeaderClassName
{
color: #AA8F2D;
}
.AnyTagClassName
{
color: #AA8F2D;
}
</style>
background-color css
<style>
a { background-color: #AA8F2D; }
a { background-color: rgb(170,143,45); }
div.DivClassName
{
background-color: #AA8F2D;
}
.BgClassName
{
background-color: #AA8F2D;
}
</style>
border-color css
<style>
span { border-color: #AA8F2D; }
span { border-color: rgb(170,143,45); }
td.TdClassName
{
border-color: #AA8F2D;
}
.TagClassName
{
border-color: #AA8F2D;
}
</style>