Shades of Reef Gold #AA8F2F
Tints of Reef Gold #AA8F2F
RGB
CMYK
RGB Variations
Color information
#AA8F2F (or 0xAA8F2F) is known color: Reef Gold. HEX triplet: AA, 8F and 2F. RGB value is (170,143,47). Sum of RGB (Red+Green+Blue) = 170+143+47=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F2F is #5570D0. Grayscale: #8C8C8C. Windows color (decimal): -5599441 or 3116970. OLE color: 3116970.
HSL color Cylindrical-coordinate representation of color #AA8F2F: hue angle of 46.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA8F2F is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 47 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.33 |
| HSL | 46.83º | 0.57% | 0.43% | - |
| HSV(B) | 46.83º | 0.72% | 0.67% | - |
| XYZ | 26.91 | 28.4 | 6.75 | - |
| YUV | 140.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 47 | 0 | 0.16 | 0.72 | 0.33 | 46.83 | 0.57 | 0.43 |
| Hex | AA | 8F | 2F | 0 | 10 | 48 | 21 | 2F | 39 | 2B |
| Octal | 252 | 217 | 57 | 0 | 20 | 110 | 41 | 57 | 71 | 53 |
| Binary | 10101010 | 10001111 | 101111 | 0 | 10000 | 1001000 | 100001 | 101111 | 111001 | 101011 |
Color Harmonies of #AA8F2F
Complementary color
Monochromatic Colors of #AA8F2F
Black with #AA8F2F
Text Example
Text Example
White with #AA8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F2F; }
p { color: rgb(170,143,47); }
H1.HeaderClassName
{
color: #AA8F2F;
}
.AnyTagClassName
{
color: #AA8F2F;
}
</style>
background-color css
<style>
a { background-color: #AA8F2F; }
a { background-color: rgb(170,143,47); }
div.DivClassName
{
background-color: #AA8F2F;
}
.BgClassName
{
background-color: #AA8F2F;
}
</style>
border-color css
<style>
span { border-color: #AA8F2F; }
span { border-color: rgb(170,143,47); }
td.TdClassName
{
border-color: #AA8F2F;
}
.TagClassName
{
border-color: #AA8F2F;
}
</style>