Shades of Reef Gold #AA8C34
Tints of Reef Gold #AA8C34
RGB
CMYK
RGB Variations
Color information
#AA8C34 (or 0xAA8C34) is known color: Reef Gold. HEX triplet: AA, 8C and 34. RGB value is (170,140,52). Sum of RGB (Red+Green+Blue) = 170+140+52=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C34 is #5573CB. Grayscale: #8B8B8B. Windows color (decimal): -5600204 or 3443882. OLE color: 3443882.
HSL color Cylindrical-coordinate representation of color #AA8C34: hue angle of 44.75º 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 #AA8C34 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 52 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.33 |
| HSL | 44.75º | 0.53% | 0.44% | - |
| HSV(B) | 44.75º | 0.69% | 0.67% | - |
| XYZ | 26.58 | 27.55 | 7.17 | - |
| YUV | 138.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 52 | 0 | 0.18 | 0.69 | 0.33 | 44.75 | 0.53 | 0.44 |
| Hex | AA | 8C | 34 | 0 | 12 | 45 | 21 | 2D | 35 | 2C |
| Octal | 252 | 214 | 64 | 0 | 22 | 105 | 41 | 55 | 65 | 54 |
| Binary | 10101010 | 10001100 | 110100 | 0 | 10010 | 1000101 | 100001 | 101101 | 110101 | 101100 |
Color Harmonies of #AA8C34
Complementary color
Monochromatic Colors of #AA8C34
Black with #AA8C34
Text Example
Text Example
White with #AA8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C34; }
p { color: rgb(170,140,52); }
H1.HeaderClassName
{
color: #AA8C34;
}
.AnyTagClassName
{
color: #AA8C34;
}
</style>
background-color css
<style>
a { background-color: #AA8C34; }
a { background-color: rgb(170,140,52); }
div.DivClassName
{
background-color: #AA8C34;
}
.BgClassName
{
background-color: #AA8C34;
}
</style>
border-color css
<style>
span { border-color: #AA8C34; }
span { border-color: rgb(170,140,52); }
td.TdClassName
{
border-color: #AA8C34;
}
.TagClassName
{
border-color: #AA8C34;
}
</style>