Shades of Reef Gold #A68C2F
Tints of Reef Gold #A68C2F
RGB
CMYK
RGB Variations
Color information
#A68C2F (or 0xA68C2F) is known color: Reef Gold. HEX triplet: A6, 8C and 2F. RGB value is (166,140,47). Sum of RGB (Red+Green+Blue) = 166+140+47=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C2F is #5973D0. Grayscale: #898989. Windows color (decimal): -5862353 or 3116198. OLE color: 3116198.
HSL color Cylindrical-coordinate representation of color #A68C2F: hue angle of 46.89º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A68C2F is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 47 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.35 |
| HSL | 46.89º | 0.56% | 0.42% | - |
| HSV(B) | 46.89º | 0.72% | 0.65% | - |
| XYZ | 25.62 | 27.07 | 6.56 | - |
| YUV | 137.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 47 | 0 | 0.16 | 0.72 | 0.35 | 46.89 | 0.56 | 0.42 |
| Hex | A6 | 8C | 2F | 0 | 10 | 48 | 23 | 2F | 38 | 2A |
| Octal | 246 | 214 | 57 | 0 | 20 | 110 | 43 | 57 | 70 | 52 |
| Binary | 10100110 | 10001100 | 101111 | 0 | 10000 | 1001000 | 100011 | 101111 | 111000 | 101010 |
Color Harmonies of #A68C2F
Complementary color
Monochromatic Colors of #A68C2F
Black with #A68C2F
Text Example
Text Example
White with #A68C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C2F; }
p { color: rgb(166,140,47); }
H1.HeaderClassName
{
color: #A68C2F;
}
.AnyTagClassName
{
color: #A68C2F;
}
</style>
background-color css
<style>
a { background-color: #A68C2F; }
a { background-color: rgb(166,140,47); }
div.DivClassName
{
background-color: #A68C2F;
}
.BgClassName
{
background-color: #A68C2F;
}
</style>
border-color css
<style>
span { border-color: #A68C2F; }
span { border-color: rgb(166,140,47); }
td.TdClassName
{
border-color: #A68C2F;
}
.TagClassName
{
border-color: #A68C2F;
}
</style>