Shades of Reef Gold #A6862C
Tints of Reef Gold #A6862C
RGB
CMYK
RGB Variations
Color information
#A6862C (or 0xA6862C) is known color: Reef Gold. HEX triplet: A6, 86 and 2C. RGB value is (166,134,44). Sum of RGB (Red+Green+Blue) = 166+134+44=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6862C is #5979D3. Grayscale: #858585. Windows color (decimal): -5863892 or 2918054. OLE color: 2918054.
HSL color Cylindrical-coordinate representation of color #A6862C: hue angle of 44.26º 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 #A6862C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 44 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.35 |
| HSL | 44.26º | 0.58% | 0.41% | - |
| HSV(B) | 44.26º | 0.73% | 0.65% | - |
| XYZ | 24.71 | 25.34 | 5.97 | - |
| YUV | 133.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 44 | 0 | 0.19 | 0.73 | 0.35 | 44.26 | 0.58 | 0.41 |
| Hex | A6 | 86 | 2C | 0 | 13 | 49 | 23 | 2C | 3A | 29 |
| Octal | 246 | 206 | 54 | 0 | 23 | 111 | 43 | 54 | 72 | 51 |
| Binary | 10100110 | 10000110 | 101100 | 0 | 10011 | 1001001 | 100011 | 101100 | 111010 | 101001 |
Color Harmonies of #A6862C
Complementary color
Monochromatic Colors of #A6862C
Black with #A6862C
Text Example
Text Example
White with #A6862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6862C; }
p { color: rgb(166,134,44); }
H1.HeaderClassName
{
color: #A6862C;
}
.AnyTagClassName
{
color: #A6862C;
}
</style>
background-color css
<style>
a { background-color: #A6862C; }
a { background-color: rgb(166,134,44); }
div.DivClassName
{
background-color: #A6862C;
}
.BgClassName
{
background-color: #A6862C;
}
</style>
border-color css
<style>
span { border-color: #A6862C; }
span { border-color: rgb(166,134,44); }
td.TdClassName
{
border-color: #A6862C;
}
.TagClassName
{
border-color: #A6862C;
}
</style>