Shades of Reef Gold #A68C2C
Tints of Reef Gold #A68C2C
RGB
CMYK
RGB Variations
Color information
#A68C2C (or 0xA68C2C) is known color: Reef Gold. HEX triplet: A6, 8C and 2C. RGB value is (166,140,44). Sum of RGB (Red+Green+Blue) = 166+140+44=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C2C is #5973D3. Grayscale: #898989. Windows color (decimal): -5862356 or 2919590. OLE color: 2919590.
HSL color Cylindrical-coordinate representation of color #A68C2C: hue angle of 47.21º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A68C2C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 44 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.35 |
| HSL | 47.21º | 0.58% | 0.41% | - |
| HSV(B) | 47.21º | 0.73% | 0.65% | - |
| XYZ | 25.56 | 27.05 | 6.26 | - |
| YUV | 136.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 44 | 0 | 0.16 | 0.73 | 0.35 | 47.21 | 0.58 | 0.41 |
| Hex | A6 | 8C | 2C | 0 | 10 | 49 | 23 | 2F | 3A | 29 |
| Octal | 246 | 214 | 54 | 0 | 20 | 111 | 43 | 57 | 72 | 51 |
| Binary | 10100110 | 10001100 | 101100 | 0 | 10000 | 1001001 | 100011 | 101111 | 111010 | 101001 |
Color Harmonies of #A68C2C
Complementary color
Monochromatic Colors of #A68C2C
Black with #A68C2C
Text Example
Text Example
White with #A68C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C2C; }
p { color: rgb(166,140,44); }
H1.HeaderClassName
{
color: #A68C2C;
}
.AnyTagClassName
{
color: #A68C2C;
}
</style>
background-color css
<style>
a { background-color: #A68C2C; }
a { background-color: rgb(166,140,44); }
div.DivClassName
{
background-color: #A68C2C;
}
.BgClassName
{
background-color: #A68C2C;
}
</style>
border-color css
<style>
span { border-color: #A68C2C; }
span { border-color: rgb(166,140,44); }
td.TdClassName
{
border-color: #A68C2C;
}
.TagClassName
{
border-color: #A68C2C;
}
</style>