Shades of Reef Gold #A69336
Tints of Reef Gold #A69336
RGB
CMYK
RGB Variations
Color information
#A69336 (or 0xA69336) is known color: Reef Gold. HEX triplet: A6, 93 and 36. RGB value is (166,147,54). Sum of RGB (Red+Green+Blue) = 166+147+54=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A69336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69336 is #596CC9. Grayscale: #8E8E8E. Windows color (decimal): -5860554 or 3576742. OLE color: 3576742.
HSL color Cylindrical-coordinate representation of color #A69336: hue angle of 49.82º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A69336 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 54 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.35 |
| HSL | 49.82º | 0.51% | 0.43% | - |
| HSV(B) | 49.82º | 0.67% | 0.65% | - |
| XYZ | 26.83 | 29.24 | 7.72 | - |
| YUV | 142.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 54 | 0 | 0.11 | 0.67 | 0.35 | 49.82 | 0.51 | 0.43 |
| Hex | A6 | 93 | 36 | 0 | B | 43 | 23 | 32 | 33 | 2B |
| Octal | 246 | 223 | 66 | 0 | 13 | 103 | 43 | 62 | 63 | 53 |
| Binary | 10100110 | 10010011 | 110110 | 0 | 1011 | 1000011 | 100011 | 110010 | 110011 | 101011 |
Color Harmonies of #A69336
Complementary color
Monochromatic Colors of #A69336
Black with #A69336
Text Example
Text Example
White with #A69336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69336; }
p { color: rgb(166,147,54); }
H1.HeaderClassName
{
color: #A69336;
}
.AnyTagClassName
{
color: #A69336;
}
</style>
background-color css
<style>
a { background-color: #A69336; }
a { background-color: rgb(166,147,54); }
div.DivClassName
{
background-color: #A69336;
}
.BgClassName
{
background-color: #A69336;
}
</style>
border-color css
<style>
span { border-color: #A69336; }
span { border-color: rgb(166,147,54); }
td.TdClassName
{
border-color: #A69336;
}
.TagClassName
{
border-color: #A69336;
}
</style>