Shades of Reef Gold #A89031
Tints of Reef Gold #A89031
RGB
CMYK
RGB Variations
Color information
#A89031 (or 0xA89031) is known color: Reef Gold. HEX triplet: A8, 90 and 31. RGB value is (168,144,49). Sum of RGB (Red+Green+Blue) = 168+144+49=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A89031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89031 is #576FCE. Grayscale: #8C8C8C. Windows color (decimal): -5730255 or 3248296. OLE color: 3248296.
HSL color Cylindrical-coordinate representation of color #A89031: hue angle of 47.9º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89031 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 49 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.34 |
| HSL | 47.9º | 0.55% | 0.43% | - |
| HSV(B) | 47.9º | 0.71% | 0.66% | - |
| XYZ | 26.68 | 28.49 | 7 | - |
| YUV | 140.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 49 | 0 | 0.14 | 0.71 | 0.34 | 47.9 | 0.55 | 0.43 |
| Hex | A8 | 90 | 31 | 0 | E | 47 | 22 | 30 | 37 | 2B |
| Octal | 250 | 220 | 61 | 0 | 16 | 107 | 42 | 60 | 67 | 53 |
| Binary | 10101000 | 10010000 | 110001 | 0 | 1110 | 1000111 | 100010 | 110000 | 110111 | 101011 |
Color Harmonies of #A89031
Complementary color
Monochromatic Colors of #A89031
Black with #A89031
Text Example
Text Example
White with #A89031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89031; }
p { color: rgb(168,144,49); }
H1.HeaderClassName
{
color: #A89031;
}
.AnyTagClassName
{
color: #A89031;
}
</style>
background-color css
<style>
a { background-color: #A89031; }
a { background-color: rgb(168,144,49); }
div.DivClassName
{
background-color: #A89031;
}
.BgClassName
{
background-color: #A89031;
}
</style>
border-color css
<style>
span { border-color: #A89031; }
span { border-color: rgb(168,144,49); }
td.TdClassName
{
border-color: #A89031;
}
.TagClassName
{
border-color: #A89031;
}
</style>