Shades of Reef Gold #A69737
Tints of Reef Gold #A69737
RGB
CMYK
RGB Variations
Color information
#A69737 (or 0xA69737) is known color: Reef Gold. HEX triplet: A6, 97 and 37. RGB value is (166,151,55). Sum of RGB (Red+Green+Blue) = 166+151+55=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A69737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69737 is #5968C8. Grayscale: #909090. Windows color (decimal): -5859529 or 3643302. OLE color: 3643302.
HSL color Cylindrical-coordinate representation of color #A69737: hue angle of 51.89º degrees, saturation: 0.5, 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 #A69737 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 55 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.35 |
| HSL | 51.89º | 0.5% | 0.43% | - |
| HSV(B) | 51.89º | 0.67% | 0.65% | - |
| XYZ | 27.48 | 30.52 | 8.06 | - |
| YUV | 144.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 55 | 0 | 0.09 | 0.67 | 0.35 | 51.89 | 0.5 | 0.43 |
| Hex | A6 | 97 | 37 | 0 | 9 | 43 | 23 | 34 | 32 | 2B |
| Octal | 246 | 227 | 67 | 0 | 11 | 103 | 43 | 64 | 62 | 53 |
| Binary | 10100110 | 10010111 | 110111 | 0 | 1001 | 1000011 | 100011 | 110100 | 110010 | 101011 |
Color Harmonies of #A69737
Complementary color
Monochromatic Colors of #A69737
Black with #A69737
Text Example
Text Example
White with #A69737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69737; }
p { color: rgb(166,151,55); }
H1.HeaderClassName
{
color: #A69737;
}
.AnyTagClassName
{
color: #A69737;
}
</style>
background-color css
<style>
a { background-color: #A69737; }
a { background-color: rgb(166,151,55); }
div.DivClassName
{
background-color: #A69737;
}
.BgClassName
{
background-color: #A69737;
}
</style>
border-color css
<style>
span { border-color: #A69737; }
span { border-color: rgb(166,151,55); }
td.TdClassName
{
border-color: #A69737;
}
.TagClassName
{
border-color: #A69737;
}
</style>