Shades of Cloudy #AFADAB
Tints of Cloudy #AFADAB
RGB
CMYK
RGB Variations
Color information
#AFADAB (or 0xAFADAB) is known color: Cloudy. HEX triplet: AF, AD and AB. RGB value is (175,173,171). Sum of RGB (Red+Green+Blue) = 175+173+171=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADAB is #505254. Grayscale: #ADADAD. Windows color (decimal): -5263957 or 11251119. OLE color: 11251119.
HSL color Cylindrical-coordinate representation of color #AFADAB: hue angle of 30º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFADAB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 173 | 171 | - |
CMYK | 0 | 0.01 | 0.02 | 0.31 |
HSL | 30º | 0.02% | 0.68% | - |
HSV(B) | 30º | 0.02% | 0.69% | - |
XYZ | 39.97 | 41.94 | 44.52 | - |
YUV | 173.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 173 | 171 | 0 | 0.01 | 0.02 | 0.31 | 30 | 0.02 | 0.68 |
Hex | AF | AD | AB | 0 | 1 | 2 | 1F | 1E | 2 | 44 |
Octal | 257 | 255 | 253 | 0 | 1 | 2 | 37 | 36 | 2 | 104 |
Binary | 10101111 | 10101101 | 10101011 | 0 | 1 | 10 | 11111 | 11110 | 10 | 1000100 |
Color Harmonies of #AFADAB
Complementary color
Monochromatic Colors of #AFADAB
Black with #AFADAB
Text Example
Text Example
White with #AFADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADAB; }
p { color: rgb(175,173,171); }
H1.HeaderClassName
{
color: #AFADAB;
}
.AnyTagClassName
{
color: #AFADAB;
}
</style>
background-color css
<style>
a { background-color: #AFADAB; }
a { background-color: rgb(175,173,171); }
div.DivClassName
{
background-color: #AFADAB;
}
.BgClassName
{
background-color: #AFADAB;
}
</style>
border-color css
<style>
span { border-color: #AFADAB; }
span { border-color: rgb(175,173,171); }
td.TdClassName
{
border-color: #AFADAB;
}
.TagClassName
{
border-color: #AFADAB;
}
</style>