Shades of Reef Gold #A6902C
Tints of Reef Gold #A6902C
RGB
CMYK
RGB Variations
Color information
#A6902C (or 0xA6902C) is known color: Reef Gold. HEX triplet: A6, 90 and 2C. RGB value is (166,144,44). Sum of RGB (Red+Green+Blue) = 166+144+44=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6902C is #596FD3. Grayscale: #8B8B8B. Windows color (decimal): -5861332 or 2920614. OLE color: 2920614.
HSL color Cylindrical-coordinate representation of color #A6902C: hue angle of 49.18º 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 #A6902C is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 44 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.35 |
| HSL | 49.18º | 0.58% | 0.41% | - |
| HSV(B) | 49.18º | 0.73% | 0.65% | - |
| XYZ | 26.15 | 28.24 | 6.45 | - |
| YUV | 139.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 44 | 0 | 0.13 | 0.73 | 0.35 | 49.18 | 0.58 | 0.41 |
| Hex | A6 | 90 | 2C | 0 | D | 49 | 23 | 31 | 3A | 29 |
| Octal | 246 | 220 | 54 | 0 | 15 | 111 | 43 | 61 | 72 | 51 |
| Binary | 10100110 | 10010000 | 101100 | 0 | 1101 | 1001001 | 100011 | 110001 | 111010 | 101001 |
Color Harmonies of #A6902C
Complementary color
Monochromatic Colors of #A6902C
Black with #A6902C
Text Example
Text Example
White with #A6902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6902C; }
p { color: rgb(166,144,44); }
H1.HeaderClassName
{
color: #A6902C;
}
.AnyTagClassName
{
color: #A6902C;
}
</style>
background-color css
<style>
a { background-color: #A6902C; }
a { background-color: rgb(166,144,44); }
div.DivClassName
{
background-color: #A6902C;
}
.BgClassName
{
background-color: #A6902C;
}
</style>
border-color css
<style>
span { border-color: #A6902C; }
span { border-color: rgb(166,144,44); }
td.TdClassName
{
border-color: #A6902C;
}
.TagClassName
{
border-color: #A6902C;
}
</style>