Shades of Reef Gold #A68A2E
Tints of Reef Gold #A68A2E
RGB
CMYK
RGB Variations
Color information
#A68A2E (or 0xA68A2E) is known color: Reef Gold. HEX triplet: A6, 8A and 2E. RGB value is (166,138,46). Sum of RGB (Red+Green+Blue) = 166+138+46=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A2E is #5975D1. Grayscale: #888888. Windows color (decimal): -5862866 or 3050150. OLE color: 3050150.
HSL color Cylindrical-coordinate representation of color #A68A2E: hue angle of 46º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A68A2E is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 46 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.35 |
| HSL | 46º | 0.57% | 0.42% | - |
| HSV(B) | 46º | 0.72% | 0.65% | - |
| XYZ | 25.31 | 26.48 | 6.36 | - |
| YUV | 135.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 46 | 0 | 0.17 | 0.72 | 0.35 | 46 | 0.57 | 0.42 |
| Hex | A6 | 8A | 2E | 0 | 11 | 48 | 23 | 2E | 39 | 2A |
| Octal | 246 | 212 | 56 | 0 | 21 | 110 | 43 | 56 | 71 | 52 |
| Binary | 10100110 | 10001010 | 101110 | 0 | 10001 | 1001000 | 100011 | 101110 | 111001 | 101010 |
Color Harmonies of #A68A2E
Complementary color
Monochromatic Colors of #A68A2E
Black with #A68A2E
Text Example
Text Example
White with #A68A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A2E; }
p { color: rgb(166,138,46); }
H1.HeaderClassName
{
color: #A68A2E;
}
.AnyTagClassName
{
color: #A68A2E;
}
</style>
background-color css
<style>
a { background-color: #A68A2E; }
a { background-color: rgb(166,138,46); }
div.DivClassName
{
background-color: #A68A2E;
}
.BgClassName
{
background-color: #A68A2E;
}
</style>
border-color css
<style>
span { border-color: #A68A2E; }
span { border-color: rgb(166,138,46); }
td.TdClassName
{
border-color: #A68A2E;
}
.TagClassName
{
border-color: #A68A2E;
}
</style>