Shades of Cloudy #ADA191
Tints of Cloudy #ADA191
RGB
CMYK
RGB Variations
Color information
#ADA191 (or 0xADA191) is known color: Cloudy. HEX triplet: AD, A1 and 91. RGB value is (173,161,145). Sum of RGB (Red+Green+Blue) = 173+161+145=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA191 is #525E6E. Grayscale: #A2A2A2. Windows color (decimal): -5398127 or 9544109. OLE color: 9544109.
HSL color Cylindrical-coordinate representation of color #ADA191: hue angle of 34.29º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA191 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 145 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.32 |
| HSL | 34.29º | 0.15% | 0.62% | - |
| HSV(B) | 34.29º | 0.16% | 0.68% | - |
| XYZ | 35.09 | 36.42 | 31.97 | - |
| YUV | 162.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 145 | 0 | 0.07 | 0.16 | 0.32 | 34.29 | 0.15 | 0.62 |
| Hex | AD | A1 | 91 | 0 | 7 | 10 | 20 | 22 | F | 3E |
| Octal | 255 | 241 | 221 | 0 | 7 | 20 | 40 | 42 | 17 | 76 |
| Binary | 10101101 | 10100001 | 10010001 | 0 | 111 | 10000 | 100000 | 100010 | 1111 | 111110 |
Color Harmonies of #ADA191
Complementary color
Monochromatic Colors of #ADA191
Black with #ADA191
Text Example
Text Example
White with #ADA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA191; }
p { color: rgb(173,161,145); }
H1.HeaderClassName
{
color: #ADA191;
}
.AnyTagClassName
{
color: #ADA191;
}
</style>
background-color css
<style>
a { background-color: #ADA191; }
a { background-color: rgb(173,161,145); }
div.DivClassName
{
background-color: #ADA191;
}
.BgClassName
{
background-color: #ADA191;
}
</style>
border-color css
<style>
span { border-color: #ADA191; }
span { border-color: rgb(173,161,145); }
td.TdClassName
{
border-color: #ADA191;
}
.TagClassName
{
border-color: #ADA191;
}
</style>