Shades of Reef Gold #A69229
Tints of Reef Gold #A69229
RGB
CMYK
RGB Variations
Color information
#A69229 (or 0xA69229) is known color: Reef Gold. HEX triplet: A6, 92 and 29. RGB value is (166,146,41). Sum of RGB (Red+Green+Blue) = 166+146+41=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A69229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69229 is #596DD6. Grayscale: #8C8C8C. Windows color (decimal): -5860823 or 2724518. OLE color: 2724518.
HSL color Cylindrical-coordinate representation of color #A69229: hue angle of 50.4º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A69229 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 41 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.35 |
| HSL | 50.4º | 0.6% | 0.41% | - |
| HSV(B) | 50.4º | 0.75% | 0.65% | - |
| XYZ | 26.41 | 28.82 | 6.27 | - |
| YUV | 140.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 41 | 0 | 0.12 | 0.75 | 0.35 | 50.4 | 0.6 | 0.41 |
| Hex | A6 | 92 | 29 | 0 | C | 4B | 23 | 32 | 3C | 29 |
| Octal | 246 | 222 | 51 | 0 | 14 | 113 | 43 | 62 | 74 | 51 |
| Binary | 10100110 | 10010010 | 101001 | 0 | 1100 | 1001011 | 100011 | 110010 | 111100 | 101001 |
Color Harmonies of #A69229
Complementary color
Monochromatic Colors of #A69229
Black with #A69229
Text Example
Text Example
White with #A69229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69229; }
p { color: rgb(166,146,41); }
H1.HeaderClassName
{
color: #A69229;
}
.AnyTagClassName
{
color: #A69229;
}
</style>
background-color css
<style>
a { background-color: #A69229; }
a { background-color: rgb(166,146,41); }
div.DivClassName
{
background-color: #A69229;
}
.BgClassName
{
background-color: #A69229;
}
</style>
border-color css
<style>
span { border-color: #A69229; }
span { border-color: rgb(166,146,41); }
td.TdClassName
{
border-color: #A69229;
}
.TagClassName
{
border-color: #A69229;
}
</style>