Shades of Reef Gold #AA8C33
Tints of Reef Gold #AA8C33
RGB
CMYK
RGB Variations
Color information
#AA8C33 (or 0xAA8C33) is known color: Reef Gold. HEX triplet: AA, 8C and 33. RGB value is (170,140,51). Sum of RGB (Red+Green+Blue) = 170+140+51=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C33 is #5573CC. Grayscale: #8B8B8B. Windows color (decimal): -5600205 or 3378346. OLE color: 3378346.
HSL color Cylindrical-coordinate representation of color #AA8C33: hue angle of 44.87º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA8C33 is Cyan = 0, Magento = 0.18, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 51 | - |
| CMYK | 0 | 0.18 | 0.7 | 0.33 |
| HSL | 44.87º | 0.54% | 0.43% | - |
| HSV(B) | 44.87º | 0.7% | 0.67% | - |
| XYZ | 26.55 | 27.54 | 7.05 | - |
| YUV | 138.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 51 | 0 | 0.18 | 0.7 | 0.33 | 44.87 | 0.54 | 0.43 |
| Hex | AA | 8C | 33 | 0 | 12 | 46 | 21 | 2D | 36 | 2B |
| Octal | 252 | 214 | 63 | 0 | 22 | 106 | 41 | 55 | 66 | 53 |
| Binary | 10101010 | 10001100 | 110011 | 0 | 10010 | 1000110 | 100001 | 101101 | 110110 | 101011 |
Color Harmonies of #AA8C33
Complementary color
Monochromatic Colors of #AA8C33
Black with #AA8C33
Text Example
Text Example
White with #AA8C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C33; }
p { color: rgb(170,140,51); }
H1.HeaderClassName
{
color: #AA8C33;
}
.AnyTagClassName
{
color: #AA8C33;
}
</style>
background-color css
<style>
a { background-color: #AA8C33; }
a { background-color: rgb(170,140,51); }
div.DivClassName
{
background-color: #AA8C33;
}
.BgClassName
{
background-color: #AA8C33;
}
</style>
border-color css
<style>
span { border-color: #AA8C33; }
span { border-color: rgb(170,140,51); }
td.TdClassName
{
border-color: #AA8C33;
}
.TagClassName
{
border-color: #AA8C33;
}
</style>