Shades of Reef Gold #AA912E
Tints of Reef Gold #AA912E
RGB
CMYK
RGB Variations
Color information
#AA912E (or 0xAA912E) is known color: Reef Gold. HEX triplet: AA, 91 and 2E. RGB value is (170,145,46). Sum of RGB (Red+Green+Blue) = 170+145+46=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA912E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA912E is #556ED1. Grayscale: #8D8D8D. Windows color (decimal): -5598930 or 3051946. OLE color: 3051946.
HSL color Cylindrical-coordinate representation of color #AA912E: hue angle of 47.9º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA912E is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 46 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.33 |
| HSL | 47.9º | 0.57% | 0.42% | - |
| HSV(B) | 47.9º | 0.73% | 0.67% | - |
| XYZ | 27.2 | 28.99 | 6.75 | - |
| YUV | 141.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 46 | 0 | 0.15 | 0.73 | 0.33 | 47.9 | 0.57 | 0.42 |
| Hex | AA | 91 | 2E | 0 | F | 49 | 21 | 30 | 39 | 2A |
| Octal | 252 | 221 | 56 | 0 | 17 | 111 | 41 | 60 | 71 | 52 |
| Binary | 10101010 | 10010001 | 101110 | 0 | 1111 | 1001001 | 100001 | 110000 | 111001 | 101010 |
Color Harmonies of #AA912E
Complementary color
Monochromatic Colors of #AA912E
Black with #AA912E
Text Example
Text Example
White with #AA912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA912E; }
p { color: rgb(170,145,46); }
H1.HeaderClassName
{
color: #AA912E;
}
.AnyTagClassName
{
color: #AA912E;
}
</style>
background-color css
<style>
a { background-color: #AA912E; }
a { background-color: rgb(170,145,46); }
div.DivClassName
{
background-color: #AA912E;
}
.BgClassName
{
background-color: #AA912E;
}
</style>
border-color css
<style>
span { border-color: #AA912E; }
span { border-color: rgb(170,145,46); }
td.TdClassName
{
border-color: #AA912E;
}
.TagClassName
{
border-color: #AA912E;
}
</style>