Shades of Cloudy #A8A09B
Tints of Cloudy #A8A09B
RGB
CMYK
RGB Variations
Color information
#A8A09B (or 0xA8A09B) is known color: Cloudy. HEX triplet: A8, A0 and 9B. RGB value is (168,160,155). Sum of RGB (Red+Green+Blue) = 168+160+155=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A09B is #575F64. Grayscale: #A1A1A1. Windows color (decimal): -5726053 or 10199208. OLE color: 10199208.
HSL color Cylindrical-coordinate representation of color #A8A09B: hue angle of 23.08º 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 #A8A09B is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 160 | 155 | - |
CMYK | 0 | 0.05 | 0.08 | 0.34 |
HSL | 23.08º | 0.07% | 0.63% | - |
HSV(B) | 23.08º | 0.08% | 0.66% | - |
XYZ | 34.64 | 35.83 | 36.1 | - |
YUV | 161.82 | 124.15 | 132.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 160 | 155 | 0 | 0.05 | 0.08 | 0.34 | 23.08 | 0.07 | 0.63 |
Hex | A8 | A0 | 9B | 0 | 5 | 8 | 22 | 17 | 7 | 3F |
Octal | 250 | 240 | 233 | 0 | 5 | 10 | 42 | 27 | 7 | 77 |
Binary | 10101000 | 10100000 | 10011011 | 0 | 101 | 1000 | 100010 | 10111 | 111 | 111111 |
Color Harmonies of #A8A09B
Complementary color
Monochromatic Colors of #A8A09B
Black with #A8A09B
Text Example
Text Example
White with #A8A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A09B; }
p { color: rgb(168,160,155); }
H1.HeaderClassName
{
color: #A8A09B;
}
.AnyTagClassName
{
color: #A8A09B;
}
</style>
background-color css
<style>
a { background-color: #A8A09B; }
a { background-color: rgb(168,160,155); }
div.DivClassName
{
background-color: #A8A09B;
}
.BgClassName
{
background-color: #A8A09B;
}
</style>
border-color css
<style>
span { border-color: #A8A09B; }
span { border-color: rgb(168,160,155); }
td.TdClassName
{
border-color: #A8A09B;
}
.TagClassName
{
border-color: #A8A09B;
}
</style>