Shades of Reef Gold #A68E2F
Tints of Reef Gold #A68E2F
RGB
CMYK
RGB Variations
Color information
#A68E2F (or 0xA68E2F) is known color: Reef Gold. HEX triplet: A6, 8E and 2F. RGB value is (166,142,47). Sum of RGB (Red+Green+Blue) = 166+142+47=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E2F is #5971D0. Grayscale: #8A8A8A. Windows color (decimal): -5861841 or 3116710. OLE color: 3116710.
HSL color Cylindrical-coordinate representation of color #A68E2F: hue angle of 47.9º 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 #A68E2F is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 47 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.35 |
| HSL | 47.9º | 0.56% | 0.42% | - |
| HSV(B) | 47.9º | 0.72% | 0.65% | - |
| XYZ | 25.91 | 27.66 | 6.66 | - |
| YUV | 138.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 47 | 0 | 0.14 | 0.72 | 0.35 | 47.9 | 0.56 | 0.42 |
| Hex | A6 | 8E | 2F | 0 | E | 48 | 23 | 30 | 38 | 2A |
| Octal | 246 | 216 | 57 | 0 | 16 | 110 | 43 | 60 | 70 | 52 |
| Binary | 10100110 | 10001110 | 101111 | 0 | 1110 | 1001000 | 100011 | 110000 | 111000 | 101010 |
Color Harmonies of #A68E2F
Complementary color
Monochromatic Colors of #A68E2F
Black with #A68E2F
Text Example
Text Example
White with #A68E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E2F; }
p { color: rgb(166,142,47); }
H1.HeaderClassName
{
color: #A68E2F;
}
.AnyTagClassName
{
color: #A68E2F;
}
</style>
background-color css
<style>
a { background-color: #A68E2F; }
a { background-color: rgb(166,142,47); }
div.DivClassName
{
background-color: #A68E2F;
}
.BgClassName
{
background-color: #A68E2F;
}
</style>
border-color css
<style>
span { border-color: #A68E2F; }
span { border-color: rgb(166,142,47); }
td.TdClassName
{
border-color: #A68E2F;
}
.TagClassName
{
border-color: #A68E2F;
}
</style>