Shades of Cloudy #A6A39F
Tints of Cloudy #A6A39F
RGB
CMYK
RGB Variations
Color information
#A6A39F (or 0xA6A39F) is known color: Cloudy. HEX triplet: A6, A3 and 9F. RGB value is (166,163,159). Sum of RGB (Red+Green+Blue) = 166+163+159=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A39F is #595C60. Grayscale: #A3A3A3. Windows color (decimal): -5856353 or 10462118. OLE color: 10462118.
HSL color Cylindrical-coordinate representation of color #A6A39F: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A6A39F is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 159 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.35 |
| HSL | 34.29º | 0.04% | 0.64% | - |
| HSV(B) | 34.29º | 0.04% | 0.65% | - |
| XYZ | 35.08 | 36.8 | 38.06 | - |
| YUV | 163.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 159 | 0 | 0.02 | 0.04 | 0.35 | 34.29 | 0.04 | 0.64 |
| Hex | A6 | A3 | 9F | 0 | 2 | 4 | 23 | 22 | 4 | 40 |
| Octal | 246 | 243 | 237 | 0 | 2 | 4 | 43 | 42 | 4 | 100 |
| Binary | 10100110 | 10100011 | 10011111 | 0 | 10 | 100 | 100011 | 100010 | 100 | 1000000 |
Color Harmonies of #A6A39F
Complementary color
Monochromatic Colors of #A6A39F
Black with #A6A39F
Text Example
Text Example
White with #A6A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A39F; }
p { color: rgb(166,163,159); }
H1.HeaderClassName
{
color: #A6A39F;
}
.AnyTagClassName
{
color: #A6A39F;
}
</style>
background-color css
<style>
a { background-color: #A6A39F; }
a { background-color: rgb(166,163,159); }
div.DivClassName
{
background-color: #A6A39F;
}
.BgClassName
{
background-color: #A6A39F;
}
</style>
border-color css
<style>
span { border-color: #A6A39F; }
span { border-color: rgb(166,163,159); }
td.TdClassName
{
border-color: #A6A39F;
}
.TagClassName
{
border-color: #A6A39F;
}
</style>