Shades of Reef Gold #A68E29
Tints of Reef Gold #A68E29
RGB
CMYK
RGB Variations
Color information
#A68E29 (or 0xA68E29) is known color: Reef Gold. HEX triplet: A6, 8E and 29. RGB value is (166,142,41). Sum of RGB (Red+Green+Blue) = 166+142+41=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E29 is #5971D6. Grayscale: #8A8A8A. Windows color (decimal): -5861847 or 2723494. OLE color: 2723494.
HSL color Cylindrical-coordinate representation of color #A68E29: hue angle of 48.48º 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 #A68E29 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 41 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.35 |
| HSL | 48.48º | 0.6% | 0.41% | - |
| HSV(B) | 48.48º | 0.75% | 0.65% | - |
| XYZ | 25.8 | 27.61 | 6.07 | - |
| YUV | 137.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 41 | 0 | 0.14 | 0.75 | 0.35 | 48.48 | 0.6 | 0.41 |
| Hex | A6 | 8E | 29 | 0 | E | 4B | 23 | 30 | 3C | 29 |
| Octal | 246 | 216 | 51 | 0 | 16 | 113 | 43 | 60 | 74 | 51 |
| Binary | 10100110 | 10001110 | 101001 | 0 | 1110 | 1001011 | 100011 | 110000 | 111100 | 101001 |
Color Harmonies of #A68E29
Complementary color
Monochromatic Colors of #A68E29
Black with #A68E29
Text Example
Text Example
White with #A68E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E29; }
p { color: rgb(166,142,41); }
H1.HeaderClassName
{
color: #A68E29;
}
.AnyTagClassName
{
color: #A68E29;
}
</style>
background-color css
<style>
a { background-color: #A68E29; }
a { background-color: rgb(166,142,41); }
div.DivClassName
{
background-color: #A68E29;
}
.BgClassName
{
background-color: #A68E29;
}
</style>
border-color css
<style>
span { border-color: #A68E29; }
span { border-color: rgb(166,142,41); }
td.TdClassName
{
border-color: #A68E29;
}
.TagClassName
{
border-color: #A68E29;
}
</style>