Shades of Cloudy #A8A39D
Tints of Cloudy #A8A39D
RGB
CMYK
RGB Variations
Color information
#A8A39D (or 0xA8A39D) is known color: Cloudy. HEX triplet: A8, A3 and 9D. RGB value is (168,163,157). Sum of RGB (Red+Green+Blue) = 168+163+157=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A39D is #575C62. Grayscale: #A3A3A3. Windows color (decimal): -5725283 or 10331048. OLE color: 10331048.
HSL color Cylindrical-coordinate representation of color #A8A39D: hue angle of 32.73º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8A39D is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 157 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.34 |
| HSL | 32.73º | 0.06% | 0.64% | - |
| HSV(B) | 32.73º | 0.07% | 0.66% | - |
| XYZ | 35.33 | 36.95 | 37.17 | - |
| YUV | 163.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 157 | 0 | 0.03 | 0.07 | 0.34 | 32.73 | 0.06 | 0.64 |
| Hex | A8 | A3 | 9D | 0 | 3 | 7 | 22 | 21 | 6 | 40 |
| Octal | 250 | 243 | 235 | 0 | 3 | 7 | 42 | 41 | 6 | 100 |
| Binary | 10101000 | 10100011 | 10011101 | 0 | 11 | 111 | 100010 | 100001 | 110 | 1000000 |
Color Harmonies of #A8A39D
Complementary color
Monochromatic Colors of #A8A39D
Black with #A8A39D
Text Example
Text Example
White with #A8A39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A39D; }
p { color: rgb(168,163,157); }
H1.HeaderClassName
{
color: #A8A39D;
}
.AnyTagClassName
{
color: #A8A39D;
}
</style>
background-color css
<style>
a { background-color: #A8A39D; }
a { background-color: rgb(168,163,157); }
div.DivClassName
{
background-color: #A8A39D;
}
.BgClassName
{
background-color: #A8A39D;
}
</style>
border-color css
<style>
span { border-color: #A8A39D; }
span { border-color: rgb(168,163,157); }
td.TdClassName
{
border-color: #A8A39D;
}
.TagClassName
{
border-color: #A8A39D;
}
</style>