Shades of Cloudy #ADA7A2
Tints of Cloudy #ADA7A2
RGB
CMYK
RGB Variations
Color information
#ADA7A2 (or 0xADA7A2) is known color: Cloudy. HEX triplet: AD, A7 and A2. RGB value is (173,167,162). Sum of RGB (Red+Green+Blue) = 173+167+162=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA7A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7A2 is #52585D. Grayscale: #A8A8A8. Windows color (decimal): -5396574 or 10659757. OLE color: 10659757.
HSL color Cylindrical-coordinate representation of color #ADA7A2: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADA7A2 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 167 | 162 | - |
CMYK | 0 | 0.03 | 0.06 | 0.32 |
HSL | 27.27º | 0.06% | 0.66% | - |
HSV(B) | 27.27º | 0.06% | 0.68% | - |
XYZ | 37.57 | 39.13 | 39.75 | - |
YUV | 168.22 | 124.49 | 131.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 167 | 162 | 0 | 0.03 | 0.06 | 0.32 | 27.27 | 0.06 | 0.66 |
Hex | AD | A7 | A2 | 0 | 3 | 6 | 20 | 1B | 6 | 42 |
Octal | 255 | 247 | 242 | 0 | 3 | 6 | 40 | 33 | 6 | 102 |
Binary | 10101101 | 10100111 | 10100010 | 0 | 11 | 110 | 100000 | 11011 | 110 | 1000010 |
Color Harmonies of #ADA7A2
Complementary color
Monochromatic Colors of #ADA7A2
Black with #ADA7A2
Text Example
Text Example
White with #ADA7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7A2; }
p { color: rgb(173,167,162); }
H1.HeaderClassName
{
color: #ADA7A2;
}
.AnyTagClassName
{
color: #ADA7A2;
}
</style>
background-color css
<style>
a { background-color: #ADA7A2; }
a { background-color: rgb(173,167,162); }
div.DivClassName
{
background-color: #ADA7A2;
}
.BgClassName
{
background-color: #ADA7A2;
}
</style>
border-color css
<style>
span { border-color: #ADA7A2; }
span { border-color: rgb(173,167,162); }
td.TdClassName
{
border-color: #ADA7A2;
}
.TagClassName
{
border-color: #ADA7A2;
}
</style>