Shades of Reef Gold #A68F29
Tints of Reef Gold #A68F29
RGB
CMYK
RGB Variations
Color information
#A68F29 (or 0xA68F29) is known color: Reef Gold. HEX triplet: A6, 8F and 29. RGB value is (166,143,41). Sum of RGB (Red+Green+Blue) = 166+143+41=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F29 is #5970D6. Grayscale: #8A8A8A. Windows color (decimal): -5861591 or 2723750. OLE color: 2723750.
HSL color Cylindrical-coordinate representation of color #A68F29: hue angle of 48.96º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A68F29 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 41 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.35 |
| HSL | 48.96º | 0.6% | 0.41% | - |
| HSV(B) | 48.96º | 0.75% | 0.65% | - |
| XYZ | 25.95 | 27.91 | 6.12 | - |
| YUV | 138.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 41 | 0 | 0.14 | 0.75 | 0.35 | 48.96 | 0.6 | 0.41 |
| Hex | A6 | 8F | 29 | 0 | E | 4B | 23 | 31 | 3C | 29 |
| Octal | 246 | 217 | 51 | 0 | 16 | 113 | 43 | 61 | 74 | 51 |
| Binary | 10100110 | 10001111 | 101001 | 0 | 1110 | 1001011 | 100011 | 110001 | 111100 | 101001 |
Color Harmonies of #A68F29
Complementary color
Monochromatic Colors of #A68F29
Black with #A68F29
Text Example
Text Example
White with #A68F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F29; }
p { color: rgb(166,143,41); }
H1.HeaderClassName
{
color: #A68F29;
}
.AnyTagClassName
{
color: #A68F29;
}
</style>
background-color css
<style>
a { background-color: #A68F29; }
a { background-color: rgb(166,143,41); }
div.DivClassName
{
background-color: #A68F29;
}
.BgClassName
{
background-color: #A68F29;
}
</style>
border-color css
<style>
span { border-color: #A68F29; }
span { border-color: rgb(166,143,41); }
td.TdClassName
{
border-color: #A68F29;
}
.TagClassName
{
border-color: #A68F29;
}
</style>