Shades of Reef Gold #A6952E
Tints of Reef Gold #A6952E
RGB
CMYK
RGB Variations
Color information
#A6952E (or 0xA6952E) is known color: Reef Gold. HEX triplet: A6, 95 and 2E. RGB value is (166,149,46). Sum of RGB (Red+Green+Blue) = 166+149+46=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6952E is #596AD1. Grayscale: #8E8E8E. Windows color (decimal): -5860050 or 3052966. OLE color: 3052966.
HSL color Cylindrical-coordinate representation of color #A6952E: hue angle of 51.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 #A6952E is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 46 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.35 |
| HSL | 51.5º | 0.57% | 0.42% | - |
| HSV(B) | 51.5º | 0.72% | 0.65% | - |
| XYZ | 26.97 | 29.8 | 6.92 | - |
| YUV | 142.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 46 | 0 | 0.10 | 0.72 | 0.35 | 51.5 | 0.57 | 0.42 |
| Hex | A6 | 95 | 2E | 0 | A | 48 | 23 | 34 | 39 | 2A |
| Octal | 246 | 225 | 56 | 0 | 12 | 110 | 43 | 64 | 71 | 52 |
| Binary | 10100110 | 10010101 | 101110 | 0 | 1010 | 1001000 | 100011 | 110100 | 111001 | 101010 |
Color Harmonies of #A6952E
Complementary color
Monochromatic Colors of #A6952E
Black with #A6952E
Text Example
Text Example
White with #A6952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6952E; }
p { color: rgb(166,149,46); }
H1.HeaderClassName
{
color: #A6952E;
}
.AnyTagClassName
{
color: #A6952E;
}
</style>
background-color css
<style>
a { background-color: #A6952E; }
a { background-color: rgb(166,149,46); }
div.DivClassName
{
background-color: #A6952E;
}
.BgClassName
{
background-color: #A6952E;
}
</style>
border-color css
<style>
span { border-color: #A6952E; }
span { border-color: rgb(166,149,46); }
td.TdClassName
{
border-color: #A6952E;
}
.TagClassName
{
border-color: #A6952E;
}
</style>