Shades of Reef Gold #A68C2B
Tints of Reef Gold #A68C2B
RGB
CMYK
RGB Variations
Color information
#A68C2B (or 0xA68C2B) is known color: Reef Gold. HEX triplet: A6, 8C and 2B. RGB value is (166,140,43). Sum of RGB (Red+Green+Blue) = 166+140+43=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C2B is #5973D4. Grayscale: #898989. Windows color (decimal): -5862357 or 2854054. OLE color: 2854054.
HSL color Cylindrical-coordinate representation of color #A68C2B: hue angle of 47.32º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A68C2B is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 43 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.35 |
| HSL | 47.32º | 0.59% | 0.41% | - |
| HSV(B) | 47.32º | 0.74% | 0.65% | - |
| XYZ | 25.54 | 27.04 | 6.16 | - |
| YUV | 136.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 43 | 0 | 0.16 | 0.74 | 0.35 | 47.32 | 0.59 | 0.41 |
| Hex | A6 | 8C | 2B | 0 | 10 | 4A | 23 | 2F | 3B | 29 |
| Octal | 246 | 214 | 53 | 0 | 20 | 112 | 43 | 57 | 73 | 51 |
| Binary | 10100110 | 10001100 | 101011 | 0 | 10000 | 1001010 | 100011 | 101111 | 111011 | 101001 |
Color Harmonies of #A68C2B
Complementary color
Monochromatic Colors of #A68C2B
Black with #A68C2B
Text Example
Text Example
White with #A68C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C2B; }
p { color: rgb(166,140,43); }
H1.HeaderClassName
{
color: #A68C2B;
}
.AnyTagClassName
{
color: #A68C2B;
}
</style>
background-color css
<style>
a { background-color: #A68C2B; }
a { background-color: rgb(166,140,43); }
div.DivClassName
{
background-color: #A68C2B;
}
.BgClassName
{
background-color: #A68C2B;
}
</style>
border-color css
<style>
span { border-color: #A68C2B; }
span { border-color: rgb(166,140,43); }
td.TdClassName
{
border-color: #A68C2B;
}
.TagClassName
{
border-color: #A68C2B;
}
</style>