Shades of Cloudy #AFABA1
Tints of Cloudy #AFABA1
RGB
CMYK
RGB Variations
Color information
#AFABA1 (or 0xAFABA1) is known color: Cloudy. HEX triplet: AF, AB and A1. RGB value is (175,171,161). Sum of RGB (Red+Green+Blue) = 175+171+161=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA1 is #50545E. Grayscale: #ABABAB. Windows color (decimal): -5264479 or 10595247. OLE color: 10595247.
HSL color Cylindrical-coordinate representation of color #AFABA1: hue angle of 42.86º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFABA1 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 161 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.31 |
| HSL | 42.86º | 0.08% | 0.66% | - |
| HSV(B) | 42.86º | 0.08% | 0.69% | - |
| XYZ | 38.68 | 40.81 | 39.56 | - |
| YUV | 171.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 161 | 0 | 0.02 | 0.08 | 0.31 | 42.86 | 0.08 | 0.66 |
| Hex | AF | AB | A1 | 0 | 2 | 8 | 1F | 2B | 8 | 42 |
| Octal | 257 | 253 | 241 | 0 | 2 | 10 | 37 | 53 | 10 | 102 |
| Binary | 10101111 | 10101011 | 10100001 | 0 | 10 | 1000 | 11111 | 101011 | 1000 | 1000010 |
Color Harmonies of #AFABA1
Complementary color
Monochromatic Colors of #AFABA1
Black with #AFABA1
Text Example
Text Example
White with #AFABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABA1; }
p { color: rgb(175,171,161); }
H1.HeaderClassName
{
color: #AFABA1;
}
.AnyTagClassName
{
color: #AFABA1;
}
</style>
background-color css
<style>
a { background-color: #AFABA1; }
a { background-color: rgb(175,171,161); }
div.DivClassName
{
background-color: #AFABA1;
}
.BgClassName
{
background-color: #AFABA1;
}
</style>
border-color css
<style>
span { border-color: #AFABA1; }
span { border-color: rgb(175,171,161); }
td.TdClassName
{
border-color: #AFABA1;
}
.TagClassName
{
border-color: #AFABA1;
}
</style>