Shades of Reef Gold #A69231
Tints of Reef Gold #A69231
RGB
CMYK
RGB Variations
Color information
#A69231 (or 0xA69231) is known color: Reef Gold. HEX triplet: A6, 92 and 31. RGB value is (166,146,49). Sum of RGB (Red+Green+Blue) = 166+146+49=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A69231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69231 is #596DCE. Grayscale: #8D8D8D. Windows color (decimal): -5860815 or 3248806. OLE color: 3248806.
HSL color Cylindrical-coordinate representation of color #A69231: hue angle of 49.74º 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 #A69231 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 49 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.35 |
| HSL | 49.74º | 0.54% | 0.42% | - |
| HSV(B) | 49.74º | 0.7% | 0.65% | - |
| XYZ | 26.56 | 28.89 | 7.08 | - |
| YUV | 140.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 49 | 0 | 0.12 | 0.70 | 0.35 | 49.74 | 0.54 | 0.42 |
| Hex | A6 | 92 | 31 | 0 | C | 46 | 23 | 32 | 36 | 2A |
| Octal | 246 | 222 | 61 | 0 | 14 | 106 | 43 | 62 | 66 | 52 |
| Binary | 10100110 | 10010010 | 110001 | 0 | 1100 | 1000110 | 100011 | 110010 | 110110 | 101010 |
Color Harmonies of #A69231
Complementary color
Monochromatic Colors of #A69231
Black with #A69231
Text Example
Text Example
White with #A69231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69231; }
p { color: rgb(166,146,49); }
H1.HeaderClassName
{
color: #A69231;
}
.AnyTagClassName
{
color: #A69231;
}
</style>
background-color css
<style>
a { background-color: #A69231; }
a { background-color: rgb(166,146,49); }
div.DivClassName
{
background-color: #A69231;
}
.BgClassName
{
background-color: #A69231;
}
</style>
border-color css
<style>
span { border-color: #A69231; }
span { border-color: rgb(166,146,49); }
td.TdClassName
{
border-color: #A69231;
}
.TagClassName
{
border-color: #A69231;
}
</style>