Shades of Cloudy #A8A49F
Tints of Cloudy #A8A49F
RGB
CMYK
RGB Variations
Color information
#A8A49F (or 0xA8A49F) is known color: Cloudy. HEX triplet: A8, A4 and 9F. RGB value is (168,164,159). Sum of RGB (Red+Green+Blue) = 168+164+159=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A49F is #575B60. Grayscale: #A4A4A4. Windows color (decimal): -5725025 or 10462376. OLE color: 10462376.
HSL color Cylindrical-coordinate representation of color #A8A49F: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8A49F is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 164 | 159 | - |
CMYK | 0 | 0.02 | 0.05 | 0.34 |
HSL | 33.33º | 0.05% | 0.64% | - |
HSV(B) | 33.33º | 0.05% | 0.66% | - |
XYZ | 35.68 | 37.38 | 38.14 | - |
YUV | 164.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 164 | 159 | 0 | 0.02 | 0.05 | 0.34 | 33.33 | 0.05 | 0.64 |
Hex | A8 | A4 | 9F | 0 | 2 | 5 | 22 | 21 | 5 | 40 |
Octal | 250 | 244 | 237 | 0 | 2 | 5 | 42 | 41 | 5 | 100 |
Binary | 10101000 | 10100100 | 10011111 | 0 | 10 | 101 | 100010 | 100001 | 101 | 1000000 |
Color Harmonies of #A8A49F
Complementary color
Monochromatic Colors of #A8A49F
Black with #A8A49F
Text Example
Text Example
White with #A8A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A49F; }
p { color: rgb(168,164,159); }
H1.HeaderClassName
{
color: #A8A49F;
}
.AnyTagClassName
{
color: #A8A49F;
}
</style>
background-color css
<style>
a { background-color: #A8A49F; }
a { background-color: rgb(168,164,159); }
div.DivClassName
{
background-color: #A8A49F;
}
.BgClassName
{
background-color: #A8A49F;
}
</style>
border-color css
<style>
span { border-color: #A8A49F; }
span { border-color: rgb(168,164,159); }
td.TdClassName
{
border-color: #A8A49F;
}
.TagClassName
{
border-color: #A8A49F;
}
</style>