Shades of Reef Gold #A68F31
Tints of Reef Gold #A68F31
RGB
CMYK
RGB Variations
Color information
#A68F31 (or 0xA68F31) is known color: Reef Gold. HEX triplet: A6, 8F and 31. RGB value is (166,143,49). Sum of RGB (Red+Green+Blue) = 166+143+49=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F31 is #5970CE. Grayscale: #8B8B8B. Windows color (decimal): -5861583 or 3248038. OLE color: 3248038.
HSL color Cylindrical-coordinate representation of color #A68F31: hue angle of 48.21º 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 #A68F31 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 49 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.35 |
| HSL | 48.21º | 0.54% | 0.42% | - |
| HSV(B) | 48.21º | 0.7% | 0.65% | - |
| XYZ | 26.1 | 27.97 | 6.93 | - |
| YUV | 139.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 49 | 0 | 0.14 | 0.70 | 0.35 | 48.21 | 0.54 | 0.42 |
| Hex | A6 | 8F | 31 | 0 | E | 46 | 23 | 30 | 36 | 2A |
| Octal | 246 | 217 | 61 | 0 | 16 | 106 | 43 | 60 | 66 | 52 |
| Binary | 10100110 | 10001111 | 110001 | 0 | 1110 | 1000110 | 100011 | 110000 | 110110 | 101010 |
Color Harmonies of #A68F31
Complementary color
Monochromatic Colors of #A68F31
Black with #A68F31
Text Example
Text Example
White with #A68F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F31; }
p { color: rgb(166,143,49); }
H1.HeaderClassName
{
color: #A68F31;
}
.AnyTagClassName
{
color: #A68F31;
}
</style>
background-color css
<style>
a { background-color: #A68F31; }
a { background-color: rgb(166,143,49); }
div.DivClassName
{
background-color: #A68F31;
}
.BgClassName
{
background-color: #A68F31;
}
</style>
border-color css
<style>
span { border-color: #A68F31; }
span { border-color: rgb(166,143,49); }
td.TdClassName
{
border-color: #A68F31;
}
.TagClassName
{
border-color: #A68F31;
}
</style>