Shades of Cloudy #AEADAB
Tints of Cloudy #AEADAB
RGB
CMYK
RGB Variations
Color information
#AEADAB (or 0xAEADAB) is known color: Cloudy. HEX triplet: AE, AD and AB. RGB value is (174,173,171). Sum of RGB (Red+Green+Blue) = 174+173+171=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 174 - color contains mainly: red. Hex color #AEADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEADAB is #515254. Grayscale: #ADADAD. Windows color (decimal): -5329493 or 11251118. OLE color: 11251118.
HSL color Cylindrical-coordinate representation of color #AEADAB: hue angle of 40º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEADAB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 173 | 171 | - |
CMYK | 0 | 0.01 | 0.02 | 0.32 |
HSL | 40º | 0.02% | 0.68% | - |
HSV(B) | 40º | 0.02% | 0.68% | - |
XYZ | 39.75 | 41.83 | 44.51 | - |
YUV | 173.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 173 | 171 | 0 | 0.01 | 0.02 | 0.32 | 40 | 0.02 | 0.68 |
Hex | AE | AD | AB | 0 | 1 | 2 | 20 | 28 | 2 | 44 |
Octal | 256 | 255 | 253 | 0 | 1 | 2 | 40 | 50 | 2 | 104 |
Binary | 10101110 | 10101101 | 10101011 | 0 | 1 | 10 | 100000 | 101000 | 10 | 1000100 |
Color Harmonies of #AEADAB
Complementary color
Monochromatic Colors of #AEADAB
Black with #AEADAB
Text Example
Text Example
White with #AEADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADAB; }
p { color: rgb(174,173,171); }
H1.HeaderClassName
{
color: #AEADAB;
}
.AnyTagClassName
{
color: #AEADAB;
}
</style>
background-color css
<style>
a { background-color: #AEADAB; }
a { background-color: rgb(174,173,171); }
div.DivClassName
{
background-color: #AEADAB;
}
.BgClassName
{
background-color: #AEADAB;
}
</style>
border-color css
<style>
span { border-color: #AEADAB; }
span { border-color: rgb(174,173,171); }
td.TdClassName
{
border-color: #AEADAB;
}
.TagClassName
{
border-color: #AEADAB;
}
</style>