Shades of Cloudy #AFABA6
Tints of Cloudy #AFABA6
RGB
CMYK
RGB Variations
Color information
#AFABA6 (or 0xAFABA6) is known color: Cloudy. HEX triplet: AF, AB and A6. RGB value is (175,171,166). Sum of RGB (Red+Green+Blue) = 175+171+166=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA6 is #505459. Grayscale: #ABABAB. Windows color (decimal): -5264474 or 10922927. OLE color: 10922927.
HSL color Cylindrical-coordinate representation of color #AFABA6: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFABA6 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 166 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.31 |
| HSL | 33.33º | 0.05% | 0.67% | - |
| HSV(B) | 33.33º | 0.05% | 0.69% | - |
| XYZ | 39.13 | 40.99 | 41.93 | - |
| YUV | 171.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 166 | 0 | 0.02 | 0.05 | 0.31 | 33.33 | 0.05 | 0.67 |
| Hex | AF | AB | A6 | 0 | 2 | 5 | 1F | 21 | 5 | 43 |
| Octal | 257 | 253 | 246 | 0 | 2 | 5 | 37 | 41 | 5 | 103 |
| Binary | 10101111 | 10101011 | 10100110 | 0 | 10 | 101 | 11111 | 100001 | 101 | 1000011 |
Color Harmonies of #AFABA6
Complementary color
Monochromatic Colors of #AFABA6
Black with #AFABA6
Text Example
Text Example
White with #AFABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABA6; }
p { color: rgb(175,171,166); }
H1.HeaderClassName
{
color: #AFABA6;
}
.AnyTagClassName
{
color: #AFABA6;
}
</style>
background-color css
<style>
a { background-color: #AFABA6; }
a { background-color: rgb(175,171,166); }
div.DivClassName
{
background-color: #AFABA6;
}
.BgClassName
{
background-color: #AFABA6;
}
</style>
border-color css
<style>
span { border-color: #AFABA6; }
span { border-color: rgb(175,171,166); }
td.TdClassName
{
border-color: #AFABA6;
}
.TagClassName
{
border-color: #AFABA6;
}
</style>