Shades of Cloudy #AFABA2
Tints of Cloudy #AFABA2
RGB
CMYK
RGB Variations
Color information
#AFABA2 (or 0xAFABA2) is known color: Cloudy. HEX triplet: AF, AB and A2. RGB value is (175,171,162). Sum of RGB (Red+Green+Blue) = 175+171+162=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA2 is #50545D. Grayscale: #ABABAB. Windows color (decimal): -5264478 or 10660783. OLE color: 10660783.
HSL color Cylindrical-coordinate representation of color #AFABA2: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFABA2 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 162 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.31 |
| HSL | 41.54º | 0.08% | 0.66% | - |
| HSV(B) | 41.54º | 0.07% | 0.69% | - |
| XYZ | 38.76 | 40.85 | 40.02 | - |
| YUV | 171.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 162 | 0 | 0.02 | 0.07 | 0.31 | 41.54 | 0.08 | 0.66 |
| Hex | AF | AB | A2 | 0 | 2 | 7 | 1F | 2A | 8 | 42 |
| Octal | 257 | 253 | 242 | 0 | 2 | 7 | 37 | 52 | 10 | 102 |
| Binary | 10101111 | 10101011 | 10100010 | 0 | 10 | 111 | 11111 | 101010 | 1000 | 1000010 |
Color Harmonies of #AFABA2
Complementary color
Monochromatic Colors of #AFABA2
Black with #AFABA2
Text Example
Text Example
White with #AFABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABA2; }
p { color: rgb(175,171,162); }
H1.HeaderClassName
{
color: #AFABA2;
}
.AnyTagClassName
{
color: #AFABA2;
}
</style>
background-color css
<style>
a { background-color: #AFABA2; }
a { background-color: rgb(175,171,162); }
div.DivClassName
{
background-color: #AFABA2;
}
.BgClassName
{
background-color: #AFABA2;
}
</style>
border-color css
<style>
span { border-color: #AFABA2; }
span { border-color: rgb(175,171,162); }
td.TdClassName
{
border-color: #AFABA2;
}
.TagClassName
{
border-color: #AFABA2;
}
</style>