Shades of Reef Gold #A68D31
Tints of Reef Gold #A68D31
RGB
CMYK
RGB Variations
Color information
#A68D31 (or 0xA68D31) is known color: Reef Gold. HEX triplet: A6, 8D and 31. RGB value is (166,141,49). Sum of RGB (Red+Green+Blue) = 166+141+49=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D31 is #5972CE. Grayscale: #8A8A8A. Windows color (decimal): -5862095 or 3247526. OLE color: 3247526.
HSL color Cylindrical-coordinate representation of color #A68D31: hue angle of 47.18º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A68D31 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 49 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.35 |
| HSL | 47.18º | 0.54% | 0.42% | - |
| HSV(B) | 47.18º | 0.7% | 0.65% | - |
| XYZ | 25.81 | 27.38 | 6.83 | - |
| YUV | 137.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 49 | 0 | 0.15 | 0.70 | 0.35 | 47.18 | 0.54 | 0.42 |
| Hex | A6 | 8D | 31 | 0 | F | 46 | 23 | 2F | 36 | 2A |
| Octal | 246 | 215 | 61 | 0 | 17 | 106 | 43 | 57 | 66 | 52 |
| Binary | 10100110 | 10001101 | 110001 | 0 | 1111 | 1000110 | 100011 | 101111 | 110110 | 101010 |
Color Harmonies of #A68D31
Complementary color
Monochromatic Colors of #A68D31
Black with #A68D31
Text Example
Text Example
White with #A68D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D31; }
p { color: rgb(166,141,49); }
H1.HeaderClassName
{
color: #A68D31;
}
.AnyTagClassName
{
color: #A68D31;
}
</style>
background-color css
<style>
a { background-color: #A68D31; }
a { background-color: rgb(166,141,49); }
div.DivClassName
{
background-color: #A68D31;
}
.BgClassName
{
background-color: #A68D31;
}
</style>
border-color css
<style>
span { border-color: #A68D31; }
span { border-color: rgb(166,141,49); }
td.TdClassName
{
border-color: #A68D31;
}
.TagClassName
{
border-color: #A68D31;
}
</style>