Shades of Reef Gold #A68F2E
Tints of Reef Gold #A68F2E
RGB
CMYK
RGB Variations
Color information
#A68F2E (or 0xA68F2E) is known color: Reef Gold. HEX triplet: A6, 8F and 2E. RGB value is (166,143,46). Sum of RGB (Red+Green+Blue) = 166+143+46=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F2E is #5970D1. Grayscale: #8B8B8B. Windows color (decimal): -5861586 or 3051430. OLE color: 3051430.
HSL color Cylindrical-coordinate representation of color #A68F2E: hue angle of 48.5º 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 #A68F2E is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 46 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.35 |
| HSL | 48.5º | 0.57% | 0.42% | - |
| HSV(B) | 48.5º | 0.72% | 0.65% | - |
| XYZ | 26.04 | 27.95 | 6.61 | - |
| YUV | 138.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 46 | 0 | 0.14 | 0.72 | 0.35 | 48.5 | 0.57 | 0.42 |
| Hex | A6 | 8F | 2E | 0 | E | 48 | 23 | 30 | 39 | 2A |
| Octal | 246 | 217 | 56 | 0 | 16 | 110 | 43 | 60 | 71 | 52 |
| Binary | 10100110 | 10001111 | 101110 | 0 | 1110 | 1001000 | 100011 | 110000 | 111001 | 101010 |
Color Harmonies of #A68F2E
Complementary color
Monochromatic Colors of #A68F2E
Black with #A68F2E
Text Example
Text Example
White with #A68F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F2E; }
p { color: rgb(166,143,46); }
H1.HeaderClassName
{
color: #A68F2E;
}
.AnyTagClassName
{
color: #A68F2E;
}
</style>
background-color css
<style>
a { background-color: #A68F2E; }
a { background-color: rgb(166,143,46); }
div.DivClassName
{
background-color: #A68F2E;
}
.BgClassName
{
background-color: #A68F2E;
}
</style>
border-color css
<style>
span { border-color: #A68F2E; }
span { border-color: rgb(166,143,46); }
td.TdClassName
{
border-color: #A68F2E;
}
.TagClassName
{
border-color: #A68F2E;
}
</style>