Shades of Reef Gold #AA8F31
Tints of Reef Gold #AA8F31
RGB
CMYK
RGB Variations
Color information
#AA8F31 (or 0xAA8F31) is known color: Reef Gold. HEX triplet: AA, 8F and 31. RGB value is (170,143,49). Sum of RGB (Red+Green+Blue) = 170+143+49=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F31 is #5570CE. Grayscale: #8C8C8C. Windows color (decimal): -5599439 or 3248042. OLE color: 3248042.
HSL color Cylindrical-coordinate representation of color #AA8F31: hue angle of 46.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA8F31 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 49 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.33 |
| HSL | 46.61º | 0.55% | 0.43% | - |
| HSV(B) | 46.61º | 0.71% | 0.67% | - |
| XYZ | 26.95 | 28.41 | 6.97 | - |
| YUV | 140.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 49 | 0 | 0.16 | 0.71 | 0.33 | 46.61 | 0.55 | 0.43 |
| Hex | AA | 8F | 31 | 0 | 10 | 47 | 21 | 2F | 37 | 2B |
| Octal | 252 | 217 | 61 | 0 | 20 | 107 | 41 | 57 | 67 | 53 |
| Binary | 10101010 | 10001111 | 110001 | 0 | 10000 | 1000111 | 100001 | 101111 | 110111 | 101011 |
Color Harmonies of #AA8F31
Complementary color
Monochromatic Colors of #AA8F31
Black with #AA8F31
Text Example
Text Example
White with #AA8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F31; }
p { color: rgb(170,143,49); }
H1.HeaderClassName
{
color: #AA8F31;
}
.AnyTagClassName
{
color: #AA8F31;
}
</style>
background-color css
<style>
a { background-color: #AA8F31; }
a { background-color: rgb(170,143,49); }
div.DivClassName
{
background-color: #AA8F31;
}
.BgClassName
{
background-color: #AA8F31;
}
</style>
border-color css
<style>
span { border-color: #AA8F31; }
span { border-color: rgb(170,143,49); }
td.TdClassName
{
border-color: #AA8F31;
}
.TagClassName
{
border-color: #AA8F31;
}
</style>