Shades of Reef Gold #AA8C2E
Tints of Reef Gold #AA8C2E
RGB
CMYK
RGB Variations
Color information
#AA8C2E (or 0xAA8C2E) is known color: Reef Gold. HEX triplet: AA, 8C and 2E. RGB value is (170,140,46). Sum of RGB (Red+Green+Blue) = 170+140+46=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C2E is #5573D1. Grayscale: #8A8A8A. Windows color (decimal): -5600210 or 3050666. OLE color: 3050666.
HSL color Cylindrical-coordinate representation of color #AA8C2E: hue angle of 45.48º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA8C2E is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 46 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.33 |
| HSL | 45.48º | 0.57% | 0.42% | - |
| HSV(B) | 45.48º | 0.73% | 0.67% | - |
| XYZ | 26.45 | 27.5 | 6.5 | - |
| YUV | 138.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 46 | 0 | 0.18 | 0.73 | 0.33 | 45.48 | 0.57 | 0.42 |
| Hex | AA | 8C | 2E | 0 | 12 | 49 | 21 | 2D | 39 | 2A |
| Octal | 252 | 214 | 56 | 0 | 22 | 111 | 41 | 55 | 71 | 52 |
| Binary | 10101010 | 10001100 | 101110 | 0 | 10010 | 1001001 | 100001 | 101101 | 111001 | 101010 |
Color Harmonies of #AA8C2E
Complementary color
Monochromatic Colors of #AA8C2E
Black with #AA8C2E
Text Example
Text Example
White with #AA8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C2E; }
p { color: rgb(170,140,46); }
H1.HeaderClassName
{
color: #AA8C2E;
}
.AnyTagClassName
{
color: #AA8C2E;
}
</style>
background-color css
<style>
a { background-color: #AA8C2E; }
a { background-color: rgb(170,140,46); }
div.DivClassName
{
background-color: #AA8C2E;
}
.BgClassName
{
background-color: #AA8C2E;
}
</style>
border-color css
<style>
span { border-color: #AA8C2E; }
span { border-color: rgb(170,140,46); }
td.TdClassName
{
border-color: #AA8C2E;
}
.TagClassName
{
border-color: #AA8C2E;
}
</style>