Shades of Cloudy #A39F9B
Tints of Cloudy #A39F9B
RGB
CMYK
RGB Variations
Color information
#A39F9B (or 0xA39F9B) is known color: Cloudy. HEX triplet: A3, 9F and 9B. RGB value is (163,159,155). Sum of RGB (Red+Green+Blue) = 163+159+155=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39F9B is #5C6064. Grayscale: #9F9F9F. Windows color (decimal): -6053989 or 10198947. OLE color: 10198947.
HSL color Cylindrical-coordinate representation of color #A39F9B: hue angle of 30º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A39F9B is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 155 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.36 |
| HSL | 30º | 0.04% | 0.62% | - |
| HSV(B) | 30º | 0.05% | 0.64% | - |
| XYZ | 33.42 | 34.95 | 35.99 | - |
| YUV | 159.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 155 | 0 | 0.02 | 0.05 | 0.36 | 30 | 0.04 | 0.62 |
| Hex | A3 | 9F | 9B | 0 | 2 | 5 | 24 | 1E | 4 | 3E |
| Octal | 243 | 237 | 233 | 0 | 2 | 5 | 44 | 36 | 4 | 76 |
| Binary | 10100011 | 10011111 | 10011011 | 0 | 10 | 101 | 100100 | 11110 | 100 | 111110 |
Color Harmonies of #A39F9B
Complementary color
Monochromatic Colors of #A39F9B
Black with #A39F9B
Text Example
Text Example
White with #A39F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F9B; }
p { color: rgb(163,159,155); }
H1.HeaderClassName
{
color: #A39F9B;
}
.AnyTagClassName
{
color: #A39F9B;
}
</style>
background-color css
<style>
a { background-color: #A39F9B; }
a { background-color: rgb(163,159,155); }
div.DivClassName
{
background-color: #A39F9B;
}
.BgClassName
{
background-color: #A39F9B;
}
</style>
border-color css
<style>
span { border-color: #A39F9B; }
span { border-color: rgb(163,159,155); }
td.TdClassName
{
border-color: #A39F9B;
}
.TagClassName
{
border-color: #A39F9B;
}
</style>