Shades of Reef Gold #AA8D34
Tints of Reef Gold #AA8D34
RGB
CMYK
RGB Variations
Color information
#AA8D34 (or 0xAA8D34) is known color: Reef Gold. HEX triplet: AA, 8D and 34. RGB value is (170,141,52). Sum of RGB (Red+Green+Blue) = 170+141+52=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D34 is #5572CB. Grayscale: #8B8B8B. Windows color (decimal): -5599948 or 3444138. OLE color: 3444138.
HSL color Cylindrical-coordinate representation of color #AA8D34: hue angle of 45.25º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA8D34 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 52 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.33 |
| HSL | 45.25º | 0.53% | 0.44% | - |
| HSV(B) | 45.25º | 0.69% | 0.67% | - |
| XYZ | 26.72 | 27.84 | 7.21 | - |
| YUV | 139.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 52 | 0 | 0.17 | 0.69 | 0.33 | 45.25 | 0.53 | 0.44 |
| Hex | AA | 8D | 34 | 0 | 11 | 45 | 21 | 2D | 35 | 2C |
| Octal | 252 | 215 | 64 | 0 | 21 | 105 | 41 | 55 | 65 | 54 |
| Binary | 10101010 | 10001101 | 110100 | 0 | 10001 | 1000101 | 100001 | 101101 | 110101 | 101100 |
Color Harmonies of #AA8D34
Complementary color
Monochromatic Colors of #AA8D34
Black with #AA8D34
Text Example
Text Example
White with #AA8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D34; }
p { color: rgb(170,141,52); }
H1.HeaderClassName
{
color: #AA8D34;
}
.AnyTagClassName
{
color: #AA8D34;
}
</style>
background-color css
<style>
a { background-color: #AA8D34; }
a { background-color: rgb(170,141,52); }
div.DivClassName
{
background-color: #AA8D34;
}
.BgClassName
{
background-color: #AA8D34;
}
</style>
border-color css
<style>
span { border-color: #AA8D34; }
span { border-color: rgb(170,141,52); }
td.TdClassName
{
border-color: #AA8D34;
}
.TagClassName
{
border-color: #AA8D34;
}
</style>