Shades of Reef Gold #AA8A2B
Tints of Reef Gold #AA8A2B
RGB
CMYK
RGB Variations
Color information
#AA8A2B (or 0xAA8A2B) is known color: Reef Gold. HEX triplet: AA, 8A and 2B. RGB value is (170,138,43). Sum of RGB (Red+Green+Blue) = 170+138+43=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A2B is #5575D4. Grayscale: #898989. Windows color (decimal): -5600725 or 2853546. OLE color: 2853546.
HSL color Cylindrical-coordinate representation of color #AA8A2B: hue angle of 44.88º 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 #AA8A2B is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 43 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.33 |
| HSL | 44.88º | 0.6% | 0.42% | - |
| HSV(B) | 44.88º | 0.75% | 0.67% | - |
| XYZ | 26.1 | 26.9 | 6.1 | - |
| YUV | 136.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 43 | 0 | 0.19 | 0.75 | 0.33 | 44.88 | 0.6 | 0.42 |
| Hex | AA | 8A | 2B | 0 | 13 | 4B | 21 | 2D | 3C | 2A |
| Octal | 252 | 212 | 53 | 0 | 23 | 113 | 41 | 55 | 74 | 52 |
| Binary | 10101010 | 10001010 | 101011 | 0 | 10011 | 1001011 | 100001 | 101101 | 111100 | 101010 |
Color Harmonies of #AA8A2B
Complementary color
Monochromatic Colors of #AA8A2B
Black with #AA8A2B
Text Example
Text Example
White with #AA8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A2B; }
p { color: rgb(170,138,43); }
H1.HeaderClassName
{
color: #AA8A2B;
}
.AnyTagClassName
{
color: #AA8A2B;
}
</style>
background-color css
<style>
a { background-color: #AA8A2B; }
a { background-color: rgb(170,138,43); }
div.DivClassName
{
background-color: #AA8A2B;
}
.BgClassName
{
background-color: #AA8A2B;
}
</style>
border-color css
<style>
span { border-color: #AA8A2B; }
span { border-color: rgb(170,138,43); }
td.TdClassName
{
border-color: #AA8A2B;
}
.TagClassName
{
border-color: #AA8A2B;
}
</style>