Shades of Cloudy #AFABA0
Tints of Cloudy #AFABA0
RGB
CMYK
RGB Variations
Color information
#AFABA0 (or 0xAFABA0) is known color: Cloudy. HEX triplet: AF, AB and A0. RGB value is (175,171,160). Sum of RGB (Red+Green+Blue) = 175+171+160=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA0 is #50545F. Grayscale: #AAAAAA. Windows color (decimal): -5264480 or 10529711. OLE color: 10529711.
HSL color Cylindrical-coordinate representation of color #AFABA0: hue angle of 44º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFABA0 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 160 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.31 |
| HSL | 44º | 0.09% | 0.66% | - |
| HSV(B) | 44º | 0.09% | 0.69% | - |
| XYZ | 38.59 | 40.78 | 39.09 | - |
| YUV | 170.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 160 | 0 | 0.02 | 0.09 | 0.31 | 44 | 0.09 | 0.66 |
| Hex | AF | AB | A0 | 0 | 2 | 9 | 1F | 2C | 9 | 42 |
| Octal | 257 | 253 | 240 | 0 | 2 | 11 | 37 | 54 | 11 | 102 |
| Binary | 10101111 | 10101011 | 10100000 | 0 | 10 | 1001 | 11111 | 101100 | 1001 | 1000010 |
Color Harmonies of #AFABA0
Complementary color
Monochromatic Colors of #AFABA0
Black with #AFABA0
Text Example
Text Example
White with #AFABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABA0; }
p { color: rgb(175,171,160); }
H1.HeaderClassName
{
color: #AFABA0;
}
.AnyTagClassName
{
color: #AFABA0;
}
</style>
background-color css
<style>
a { background-color: #AFABA0; }
a { background-color: rgb(175,171,160); }
div.DivClassName
{
background-color: #AFABA0;
}
.BgClassName
{
background-color: #AFABA0;
}
</style>
border-color css
<style>
span { border-color: #AFABA0; }
span { border-color: rgb(175,171,160); }
td.TdClassName
{
border-color: #AFABA0;
}
.TagClassName
{
border-color: #AFABA0;
}
</style>