Shades of Cloudy #A7A09B
Tints of Cloudy #A7A09B
RGB
CMYK
RGB Variations
Color information
#A7A09B (or 0xA7A09B) is known color: Cloudy. HEX triplet: A7, A0 and 9B. RGB value is (167,160,155). Sum of RGB (Red+Green+Blue) = 167+160+155=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A09B is #585F64. Grayscale: #A1A1A1. Windows color (decimal): -5791589 or 10199207. OLE color: 10199207.
HSL color Cylindrical-coordinate representation of color #A7A09B: hue angle of 25º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7A09B is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 160 | 155 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.35 |
| HSL | 25º | 0.06% | 0.63% | - |
| HSV(B) | 25º | 0.07% | 0.65% | - |
| XYZ | 34.42 | 35.72 | 36.09 | - |
| YUV | 161.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 155 | 0 | 0.04 | 0.07 | 0.35 | 25 | 0.06 | 0.63 |
| Hex | A7 | A0 | 9B | 0 | 4 | 7 | 23 | 19 | 6 | 3F |
| Octal | 247 | 240 | 233 | 0 | 4 | 7 | 43 | 31 | 6 | 77 |
| Binary | 10100111 | 10100000 | 10011011 | 0 | 100 | 111 | 100011 | 11001 | 110 | 111111 |
Color Harmonies of #A7A09B
Complementary color
Monochromatic Colors of #A7A09B
Black with #A7A09B
Text Example
Text Example
White with #A7A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A09B; }
p { color: rgb(167,160,155); }
H1.HeaderClassName
{
color: #A7A09B;
}
.AnyTagClassName
{
color: #A7A09B;
}
</style>
background-color css
<style>
a { background-color: #A7A09B; }
a { background-color: rgb(167,160,155); }
div.DivClassName
{
background-color: #A7A09B;
}
.BgClassName
{
background-color: #A7A09B;
}
</style>
border-color css
<style>
span { border-color: #A7A09B; }
span { border-color: rgb(167,160,155); }
td.TdClassName
{
border-color: #A7A09B;
}
.TagClassName
{
border-color: #A7A09B;
}
</style>