Shades of Reef Gold #A69031
Tints of Reef Gold #A69031
RGB
CMYK
RGB Variations
Color information
#A69031 (or 0xA69031) is known color: Reef Gold. HEX triplet: A6, 90 and 31. RGB value is (166,144,49). Sum of RGB (Red+Green+Blue) = 166+144+49=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A69031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69031 is #596FCE. Grayscale: #8C8C8C. Windows color (decimal): -5861327 or 3248294. OLE color: 3248294.
HSL color Cylindrical-coordinate representation of color #A69031: hue angle of 48.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A69031 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 49 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.35 |
| HSL | 48.72º | 0.54% | 0.42% | - |
| HSV(B) | 48.72º | 0.7% | 0.65% | - |
| XYZ | 26.25 | 28.28 | 6.98 | - |
| YUV | 139.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 49 | 0 | 0.13 | 0.70 | 0.35 | 48.72 | 0.54 | 0.42 |
| Hex | A6 | 90 | 31 | 0 | D | 46 | 23 | 31 | 36 | 2A |
| Octal | 246 | 220 | 61 | 0 | 15 | 106 | 43 | 61 | 66 | 52 |
| Binary | 10100110 | 10010000 | 110001 | 0 | 1101 | 1000110 | 100011 | 110001 | 110110 | 101010 |
Color Harmonies of #A69031
Complementary color
Monochromatic Colors of #A69031
Black with #A69031
Text Example
Text Example
White with #A69031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69031; }
p { color: rgb(166,144,49); }
H1.HeaderClassName
{
color: #A69031;
}
.AnyTagClassName
{
color: #A69031;
}
</style>
background-color css
<style>
a { background-color: #A69031; }
a { background-color: rgb(166,144,49); }
div.DivClassName
{
background-color: #A69031;
}
.BgClassName
{
background-color: #A69031;
}
</style>
border-color css
<style>
span { border-color: #A69031; }
span { border-color: rgb(166,144,49); }
td.TdClassName
{
border-color: #A69031;
}
.TagClassName
{
border-color: #A69031;
}
</style>