Shades of Reef Gold #AA912B
Tints of Reef Gold #AA912B
RGB
CMYK
RGB Variations
Color information
#AA912B (or 0xAA912B) is known color: Reef Gold. HEX triplet: AA, 91 and 2B. RGB value is (170,145,43). Sum of RGB (Red+Green+Blue) = 170+145+43=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA912B is #556ED4. Grayscale: #8D8D8D. Windows color (decimal): -5598933 or 2855338. OLE color: 2855338.
HSL color Cylindrical-coordinate representation of color #AA912B: hue angle of 48.19º 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 #AA912B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 43 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.33 |
| HSL | 48.19º | 0.6% | 0.42% | - |
| HSV(B) | 48.19º | 0.75% | 0.67% | - |
| XYZ | 27.14 | 28.97 | 6.45 | - |
| YUV | 140.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 43 | 0 | 0.15 | 0.75 | 0.33 | 48.19 | 0.6 | 0.42 |
| Hex | AA | 91 | 2B | 0 | F | 4B | 21 | 30 | 3C | 2A |
| Octal | 252 | 221 | 53 | 0 | 17 | 113 | 41 | 60 | 74 | 52 |
| Binary | 10101010 | 10010001 | 101011 | 0 | 1111 | 1001011 | 100001 | 110000 | 111100 | 101010 |
Color Harmonies of #AA912B
Complementary color
Monochromatic Colors of #AA912B
Black with #AA912B
Text Example
Text Example
White with #AA912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA912B; }
p { color: rgb(170,145,43); }
H1.HeaderClassName
{
color: #AA912B;
}
.AnyTagClassName
{
color: #AA912B;
}
</style>
background-color css
<style>
a { background-color: #AA912B; }
a { background-color: rgb(170,145,43); }
div.DivClassName
{
background-color: #AA912B;
}
.BgClassName
{
background-color: #AA912B;
}
</style>
border-color css
<style>
span { border-color: #AA912B; }
span { border-color: rgb(170,145,43); }
td.TdClassName
{
border-color: #AA912B;
}
.TagClassName
{
border-color: #AA912B;
}
</style>