Shades of Reef Gold #A6932D
Tints of Reef Gold #A6932D
RGB
CMYK
RGB Variations
Color information
#A6932D (or 0xA6932D) is known color: Reef Gold. HEX triplet: A6, 93 and 2D. RGB value is (166,147,45). Sum of RGB (Red+Green+Blue) = 166+147+45=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6932D is #596CD2. Grayscale: #8D8D8D. Windows color (decimal): -5860563 or 2986918. OLE color: 2986918.
HSL color Cylindrical-coordinate representation of color #A6932D: hue angle of 50.58º degrees, saturation: 0.57, 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 #A6932D is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 45 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.35 |
| HSL | 50.58º | 0.57% | 0.41% | - |
| HSV(B) | 50.58º | 0.73% | 0.65% | - |
| XYZ | 26.63 | 29.16 | 6.71 | - |
| YUV | 141.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 45 | 0 | 0.11 | 0.73 | 0.35 | 50.58 | 0.57 | 0.41 |
| Hex | A6 | 93 | 2D | 0 | B | 49 | 23 | 33 | 39 | 29 |
| Octal | 246 | 223 | 55 | 0 | 13 | 111 | 43 | 63 | 71 | 51 |
| Binary | 10100110 | 10010011 | 101101 | 0 | 1011 | 1001001 | 100011 | 110011 | 111001 | 101001 |
Color Harmonies of #A6932D
Complementary color
Monochromatic Colors of #A6932D
Black with #A6932D
Text Example
Text Example
White with #A6932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6932D; }
p { color: rgb(166,147,45); }
H1.HeaderClassName
{
color: #A6932D;
}
.AnyTagClassName
{
color: #A6932D;
}
</style>
background-color css
<style>
a { background-color: #A6932D; }
a { background-color: rgb(166,147,45); }
div.DivClassName
{
background-color: #A6932D;
}
.BgClassName
{
background-color: #A6932D;
}
</style>
border-color css
<style>
span { border-color: #A6932D; }
span { border-color: rgb(166,147,45); }
td.TdClassName
{
border-color: #A6932D;
}
.TagClassName
{
border-color: #A6932D;
}
</style>