Shades of Reef Gold #AA842C
Tints of Reef Gold #AA842C
RGB
CMYK
RGB Variations
Color information
#AA842C (or 0xAA842C) is known color: Reef Gold. HEX triplet: AA, 84 and 2C. RGB value is (170,132,44). Sum of RGB (Red+Green+Blue) = 170+132+44=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA842C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA842C is #557BD3. Grayscale: #858585. Windows color (decimal): -5602260 or 2917546. OLE color: 2917546.
HSL color Cylindrical-coordinate representation of color #AA842C: hue angle of 41.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA842C is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 44 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.33 |
| HSL | 41.9º | 0.59% | 0.42% | - |
| HSV(B) | 41.9º | 0.74% | 0.67% | - |
| XYZ | 25.28 | 25.23 | 5.92 | - |
| YUV | 133.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 44 | 0 | 0.22 | 0.74 | 0.33 | 41.9 | 0.59 | 0.42 |
| Hex | AA | 84 | 2C | 0 | 16 | 4A | 21 | 2A | 3B | 2A |
| Octal | 252 | 204 | 54 | 0 | 26 | 112 | 41 | 52 | 73 | 52 |
| Binary | 10101010 | 10000100 | 101100 | 0 | 10110 | 1001010 | 100001 | 101010 | 111011 | 101010 |
Color Harmonies of #AA842C
Complementary color
Monochromatic Colors of #AA842C
Black with #AA842C
Text Example
Text Example
White with #AA842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA842C; }
p { color: rgb(170,132,44); }
H1.HeaderClassName
{
color: #AA842C;
}
.AnyTagClassName
{
color: #AA842C;
}
</style>
background-color css
<style>
a { background-color: #AA842C; }
a { background-color: rgb(170,132,44); }
div.DivClassName
{
background-color: #AA842C;
}
.BgClassName
{
background-color: #AA842C;
}
</style>
border-color css
<style>
span { border-color: #AA842C; }
span { border-color: rgb(170,132,44); }
td.TdClassName
{
border-color: #AA842C;
}
.TagClassName
{
border-color: #AA842C;
}
</style>