Shades of Reef Gold #A6943A
Tints of Reef Gold #A6943A
RGB
CMYK
RGB Variations
Color information
#A6943A (or 0xA6943A) is known color: Reef Gold. HEX triplet: A6, 94 and 3A. RGB value is (166,148,58). Sum of RGB (Red+Green+Blue) = 166+148+58=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6943A is #596BC5. Grayscale: #8F8F8F. Windows color (decimal): -5860294 or 3839142. OLE color: 3839142.
HSL color Cylindrical-coordinate representation of color #A6943A: hue angle of 50º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6943A is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 58 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.35 |
| HSL | 50º | 0.48% | 0.44% | - |
| HSV(B) | 50º | 0.65% | 0.65% | - |
| XYZ | 27.08 | 29.59 | 8.29 | - |
| YUV | 143.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 58 | 0 | 0.11 | 0.65 | 0.35 | 50 | 0.48 | 0.44 |
| Hex | A6 | 94 | 3A | 0 | B | 41 | 23 | 32 | 30 | 2C |
| Octal | 246 | 224 | 72 | 0 | 13 | 101 | 43 | 62 | 60 | 54 |
| Binary | 10100110 | 10010100 | 111010 | 0 | 1011 | 1000001 | 100011 | 110010 | 110000 | 101100 |
Color Harmonies of #A6943A
Complementary color
Monochromatic Colors of #A6943A
Black with #A6943A
Text Example
Text Example
White with #A6943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6943A; }
p { color: rgb(166,148,58); }
H1.HeaderClassName
{
color: #A6943A;
}
.AnyTagClassName
{
color: #A6943A;
}
</style>
background-color css
<style>
a { background-color: #A6943A; }
a { background-color: rgb(166,148,58); }
div.DivClassName
{
background-color: #A6943A;
}
.BgClassName
{
background-color: #A6943A;
}
</style>
border-color css
<style>
span { border-color: #A6943A; }
span { border-color: rgb(166,148,58); }
td.TdClassName
{
border-color: #A6943A;
}
.TagClassName
{
border-color: #A6943A;
}
</style>