Shades of Reef Gold #A68E38
Tints of Reef Gold #A68E38
RGB
CMYK
RGB Variations
Color information
#A68E38 (or 0xA68E38) is known color: Reef Gold. HEX triplet: A6, 8E and 38. RGB value is (166,142,56). Sum of RGB (Red+Green+Blue) = 166+142+56=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E38 is #5971C7. Grayscale: #8B8B8B. Windows color (decimal): -5861832 or 3706534. OLE color: 3706534.
HSL color Cylindrical-coordinate representation of color #A68E38: hue angle of 46.91º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A68E38 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 56 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.35 |
| HSL | 46.91º | 0.5% | 0.44% | - |
| HSV(B) | 46.91º | 0.66% | 0.65% | - |
| XYZ | 26.11 | 27.74 | 7.72 | - |
| YUV | 139.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 56 | 0 | 0.14 | 0.66 | 0.35 | 46.91 | 0.5 | 0.44 |
| Hex | A6 | 8E | 38 | 0 | E | 42 | 23 | 2F | 32 | 2C |
| Octal | 246 | 216 | 70 | 0 | 16 | 102 | 43 | 57 | 62 | 54 |
| Binary | 10100110 | 10001110 | 111000 | 0 | 1110 | 1000010 | 100011 | 101111 | 110010 | 101100 |
Color Harmonies of #A68E38
Complementary color
Monochromatic Colors of #A68E38
Black with #A68E38
Text Example
Text Example
White with #A68E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E38; }
p { color: rgb(166,142,56); }
H1.HeaderClassName
{
color: #A68E38;
}
.AnyTagClassName
{
color: #A68E38;
}
</style>
background-color css
<style>
a { background-color: #A68E38; }
a { background-color: rgb(166,142,56); }
div.DivClassName
{
background-color: #A68E38;
}
.BgClassName
{
background-color: #A68E38;
}
</style>
border-color css
<style>
span { border-color: #A68E38; }
span { border-color: rgb(166,142,56); }
td.TdClassName
{
border-color: #A68E38;
}
.TagClassName
{
border-color: #A68E38;
}
</style>