Shades of Reef Gold #AA8A2A
Tints of Reef Gold #AA8A2A
RGB
CMYK
RGB Variations
Color information
#AA8A2A (or 0xAA8A2A) is known color: Reef Gold. HEX triplet: AA, 8A and 2A. RGB value is (170,138,42). Sum of RGB (Red+Green+Blue) = 170+138+42=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A2A is #5575D5. Grayscale: #898989. Windows color (decimal): -5600726 or 2788010. OLE color: 2788010.
HSL color Cylindrical-coordinate representation of color #AA8A2A: hue angle of 45º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA8A2A is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 42 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.33 |
| HSL | 45º | 0.6% | 0.42% | - |
| HSV(B) | 45º | 0.75% | 0.67% | - |
| XYZ | 26.08 | 26.89 | 6.01 | - |
| YUV | 136.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 42 | 0 | 0.19 | 0.75 | 0.33 | 45 | 0.6 | 0.42 |
| Hex | AA | 8A | 2A | 0 | 13 | 4B | 21 | 2D | 3C | 2A |
| Octal | 252 | 212 | 52 | 0 | 23 | 113 | 41 | 55 | 74 | 52 |
| Binary | 10101010 | 10001010 | 101010 | 0 | 10011 | 1001011 | 100001 | 101101 | 111100 | 101010 |
Color Harmonies of #AA8A2A
Complementary color
Monochromatic Colors of #AA8A2A
Black with #AA8A2A
Text Example
Text Example
White with #AA8A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A2A; }
p { color: rgb(170,138,42); }
H1.HeaderClassName
{
color: #AA8A2A;
}
.AnyTagClassName
{
color: #AA8A2A;
}
</style>
background-color css
<style>
a { background-color: #AA8A2A; }
a { background-color: rgb(170,138,42); }
div.DivClassName
{
background-color: #AA8A2A;
}
.BgClassName
{
background-color: #AA8A2A;
}
</style>
border-color css
<style>
span { border-color: #AA8A2A; }
span { border-color: rgb(170,138,42); }
td.TdClassName
{
border-color: #AA8A2A;
}
.TagClassName
{
border-color: #AA8A2A;
}
</style>