Shades of Cloudy #A8A39B
Tints of Cloudy #A8A39B
RGB
CMYK
RGB Variations
Color information
#A8A39B (or 0xA8A39B) is known color: Cloudy. HEX triplet: A8, A3 and 9B. RGB value is (168,163,155). Sum of RGB (Red+Green+Blue) = 168+163+155=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A39B is #575C64. Grayscale: #A3A3A3. Windows color (decimal): -5725285 or 10199976. OLE color: 10199976.
HSL color Cylindrical-coordinate representation of color #A8A39B: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8A39B is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 155 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.34 |
| HSL | 36.92º | 0.07% | 0.63% | - |
| HSV(B) | 36.92º | 0.08% | 0.66% | - |
| XYZ | 35.16 | 36.89 | 36.28 | - |
| YUV | 163.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 155 | 0 | 0.03 | 0.08 | 0.34 | 36.92 | 0.07 | 0.63 |
| Hex | A8 | A3 | 9B | 0 | 3 | 8 | 22 | 25 | 7 | 3F |
| Octal | 250 | 243 | 233 | 0 | 3 | 10 | 42 | 45 | 7 | 77 |
| Binary | 10101000 | 10100011 | 10011011 | 0 | 11 | 1000 | 100010 | 100101 | 111 | 111111 |
Color Harmonies of #A8A39B
Complementary color
Monochromatic Colors of #A8A39B
Black with #A8A39B
Text Example
Text Example
White with #A8A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A39B; }
p { color: rgb(168,163,155); }
H1.HeaderClassName
{
color: #A8A39B;
}
.AnyTagClassName
{
color: #A8A39B;
}
</style>
background-color css
<style>
a { background-color: #A8A39B; }
a { background-color: rgb(168,163,155); }
div.DivClassName
{
background-color: #A8A39B;
}
.BgClassName
{
background-color: #A8A39B;
}
</style>
border-color css
<style>
span { border-color: #A8A39B; }
span { border-color: rgb(168,163,155); }
td.TdClassName
{
border-color: #A8A39B;
}
.TagClassName
{
border-color: #A8A39B;
}
</style>