Shades of Reef Gold #A99031
Tints of Reef Gold #A99031
RGB
CMYK
RGB Variations
Color information
#A99031 (or 0xA99031) is known color: Reef Gold. HEX triplet: A9, 90 and 31. RGB value is (169,144,49). Sum of RGB (Red+Green+Blue) = 169+144+49=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A99031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99031 is #566FCE. Grayscale: #8D8D8D. Windows color (decimal): -5664719 or 3248297. OLE color: 3248297.
HSL color Cylindrical-coordinate representation of color #A99031: hue angle of 47.5º 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 #A99031 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 49 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.34 |
| HSL | 47.5º | 0.55% | 0.43% | - |
| HSV(B) | 47.5º | 0.71% | 0.66% | - |
| XYZ | 26.89 | 28.6 | 7.01 | - |
| YUV | 140.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 49 | 0 | 0.15 | 0.71 | 0.34 | 47.5 | 0.55 | 0.43 |
| Hex | A9 | 90 | 31 | 0 | F | 47 | 22 | 30 | 37 | 2B |
| Octal | 251 | 220 | 61 | 0 | 17 | 107 | 42 | 60 | 67 | 53 |
| Binary | 10101001 | 10010000 | 110001 | 0 | 1111 | 1000111 | 100010 | 110000 | 110111 | 101011 |
Color Harmonies of #A99031
Complementary color
Monochromatic Colors of #A99031
Black with #A99031
Text Example
Text Example
White with #A99031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99031; }
p { color: rgb(169,144,49); }
H1.HeaderClassName
{
color: #A99031;
}
.AnyTagClassName
{
color: #A99031;
}
</style>
background-color css
<style>
a { background-color: #A99031; }
a { background-color: rgb(169,144,49); }
div.DivClassName
{
background-color: #A99031;
}
.BgClassName
{
background-color: #A99031;
}
</style>
border-color css
<style>
span { border-color: #A99031; }
span { border-color: rgb(169,144,49); }
td.TdClassName
{
border-color: #A99031;
}
.TagClassName
{
border-color: #A99031;
}
</style>