Shades of Reef Gold #A68937
Tints of Reef Gold #A68937
RGB
CMYK
RGB Variations
Color information
#A68937 (or 0xA68937) is known color: Reef Gold. HEX triplet: A6, 89 and 37. RGB value is (166,137,55). Sum of RGB (Red+Green+Blue) = 166+137+55=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A68937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68937 is #5976C8. Grayscale: #888888. Windows color (decimal): -5863113 or 3639718. OLE color: 3639718.
HSL color Cylindrical-coordinate representation of color #A68937: hue angle of 44.32º 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 #A68937 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 137 | 55 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.35 |
| HSL | 44.32º | 0.5% | 0.43% | - |
| HSV(B) | 44.32º | 0.67% | 0.65% | - |
| XYZ | 25.36 | 26.27 | 7.35 | - |
| YUV | 136.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 55 | 0 | 0.17 | 0.67 | 0.35 | 44.32 | 0.5 | 0.43 |
| Hex | A6 | 89 | 37 | 0 | 11 | 43 | 23 | 2C | 32 | 2B |
| Octal | 246 | 211 | 67 | 0 | 21 | 103 | 43 | 54 | 62 | 53 |
| Binary | 10100110 | 10001001 | 110111 | 0 | 10001 | 1000011 | 100011 | 101100 | 110010 | 101011 |
Color Harmonies of #A68937
Complementary color
Monochromatic Colors of #A68937
Black with #A68937
Text Example
Text Example
White with #A68937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68937; }
p { color: rgb(166,137,55); }
H1.HeaderClassName
{
color: #A68937;
}
.AnyTagClassName
{
color: #A68937;
}
</style>
background-color css
<style>
a { background-color: #A68937; }
a { background-color: rgb(166,137,55); }
div.DivClassName
{
background-color: #A68937;
}
.BgClassName
{
background-color: #A68937;
}
</style>
border-color css
<style>
span { border-color: #A68937; }
span { border-color: rgb(166,137,55); }
td.TdClassName
{
border-color: #A68937;
}
.TagClassName
{
border-color: #A68937;
}
</style>