Shades of Cloudy #A8A197
Tints of Cloudy #A8A197
RGB
CMYK
RGB Variations
Color information
#A8A197 (or 0xA8A197) is known color: Cloudy. HEX triplet: A8, A1 and 97. RGB value is (168,161,151). Sum of RGB (Red+Green+Blue) = 168+161+151=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A197 is #575E68. Grayscale: #A2A2A2. Windows color (decimal): -5725801 or 9937320. OLE color: 9937320.
HSL color Cylindrical-coordinate representation of color #A8A197: hue angle of 35.29º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8A197 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 161 | 151 | - |
CMYK | 0 | 0.04 | 0.10 | 0.34 |
HSL | 35.29º | 0.09% | 0.63% | - |
HSV(B) | 35.29º | 0.1% | 0.66% | - |
XYZ | 34.48 | 36.05 | 34.42 | - |
YUV | 161.95 | 121.82 | 132.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 161 | 151 | 0 | 0.04 | 0.10 | 0.34 | 35.29 | 0.09 | 0.63 |
Hex | A8 | A1 | 97 | 0 | 4 | A | 22 | 23 | 9 | 3F |
Octal | 250 | 241 | 227 | 0 | 4 | 12 | 42 | 43 | 11 | 77 |
Binary | 10101000 | 10100001 | 10010111 | 0 | 100 | 1010 | 100010 | 100011 | 1001 | 111111 |
Color Harmonies of #A8A197
Complementary color
Monochromatic Colors of #A8A197
Black with #A8A197
Text Example
Text Example
White with #A8A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A197; }
p { color: rgb(168,161,151); }
H1.HeaderClassName
{
color: #A8A197;
}
.AnyTagClassName
{
color: #A8A197;
}
</style>
background-color css
<style>
a { background-color: #A8A197; }
a { background-color: rgb(168,161,151); }
div.DivClassName
{
background-color: #A8A197;
}
.BgClassName
{
background-color: #A8A197;
}
</style>
border-color css
<style>
span { border-color: #A8A197; }
span { border-color: rgb(168,161,151); }
td.TdClassName
{
border-color: #A8A197;
}
.TagClassName
{
border-color: #A8A197;
}
</style>