Shades of Reef Gold #A68C38
Tints of Reef Gold #A68C38
RGB
CMYK
RGB Variations
Color information
#A68C38 (or 0xA68C38) is known color: Reef Gold. HEX triplet: A6, 8C and 38. RGB value is (166,140,56). Sum of RGB (Red+Green+Blue) = 166+140+56=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C38 is #5973C7. Grayscale: #8A8A8A. Windows color (decimal): -5862344 or 3706022. OLE color: 3706022.
HSL color Cylindrical-coordinate representation of color #A68C38: hue angle of 45.82º 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 #A68C38 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 56 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.35 |
| HSL | 45.82º | 0.5% | 0.44% | - |
| HSV(B) | 45.82º | 0.66% | 0.65% | - |
| XYZ | 25.82 | 27.15 | 7.62 | - |
| YUV | 138.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 56 | 0 | 0.16 | 0.66 | 0.35 | 45.82 | 0.5 | 0.44 |
| Hex | A6 | 8C | 38 | 0 | 10 | 42 | 23 | 2E | 32 | 2C |
| Octal | 246 | 214 | 70 | 0 | 20 | 102 | 43 | 56 | 62 | 54 |
| Binary | 10100110 | 10001100 | 111000 | 0 | 10000 | 1000010 | 100011 | 101110 | 110010 | 101100 |
Color Harmonies of #A68C38
Complementary color
Monochromatic Colors of #A68C38
Black with #A68C38
Text Example
Text Example
White with #A68C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C38; }
p { color: rgb(166,140,56); }
H1.HeaderClassName
{
color: #A68C38;
}
.AnyTagClassName
{
color: #A68C38;
}
</style>
background-color css
<style>
a { background-color: #A68C38; }
a { background-color: rgb(166,140,56); }
div.DivClassName
{
background-color: #A68C38;
}
.BgClassName
{
background-color: #A68C38;
}
</style>
border-color css
<style>
span { border-color: #A68C38; }
span { border-color: rgb(166,140,56); }
td.TdClassName
{
border-color: #A68C38;
}
.TagClassName
{
border-color: #A68C38;
}
</style>