Shades of Reef Gold #A68B29
Tints of Reef Gold #A68B29
RGB
CMYK
RGB Variations
Color information
#A68B29 (or 0xA68B29) is known color: Reef Gold. HEX triplet: A6, 8B and 29. RGB value is (166,139,41). Sum of RGB (Red+Green+Blue) = 166+139+41=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B29 is #5974D6. Grayscale: #888888. Windows color (decimal): -5862615 or 2722726. OLE color: 2722726.
HSL color Cylindrical-coordinate representation of color #A68B29: hue angle of 47.04º 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 #A68B29 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 41 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.35 |
| HSL | 47.04º | 0.6% | 0.41% | - |
| HSV(B) | 47.04º | 0.75% | 0.65% | - |
| XYZ | 25.36 | 26.73 | 5.92 | - |
| YUV | 135.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 41 | 0 | 0.16 | 0.75 | 0.35 | 47.04 | 0.6 | 0.41 |
| Hex | A6 | 8B | 29 | 0 | 10 | 4B | 23 | 2F | 3C | 29 |
| Octal | 246 | 213 | 51 | 0 | 20 | 113 | 43 | 57 | 74 | 51 |
| Binary | 10100110 | 10001011 | 101001 | 0 | 10000 | 1001011 | 100011 | 101111 | 111100 | 101001 |
Color Harmonies of #A68B29
Complementary color
Monochromatic Colors of #A68B29
Black with #A68B29
Text Example
Text Example
White with #A68B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B29; }
p { color: rgb(166,139,41); }
H1.HeaderClassName
{
color: #A68B29;
}
.AnyTagClassName
{
color: #A68B29;
}
</style>
background-color css
<style>
a { background-color: #A68B29; }
a { background-color: rgb(166,139,41); }
div.DivClassName
{
background-color: #A68B29;
}
.BgClassName
{
background-color: #A68B29;
}
</style>
border-color css
<style>
span { border-color: #A68B29; }
span { border-color: rgb(166,139,41); }
td.TdClassName
{
border-color: #A68B29;
}
.TagClassName
{
border-color: #A68B29;
}
</style>