Shades of Cloudy #AFABA3
Tints of Cloudy #AFABA3
RGB
CMYK
RGB Variations
Color information
#AFABA3 (or 0xAFABA3) is known color: Cloudy. HEX triplet: AF, AB and A3. RGB value is (175,171,163). Sum of RGB (Red+Green+Blue) = 175+171+163=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABA3 is #50545C. Grayscale: #ABABAB. Windows color (decimal): -5264477 or 10726319. OLE color: 10726319.
HSL color Cylindrical-coordinate representation of color #AFABA3: hue angle of 40º degrees, saturation: 0.07, 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 #AFABA3 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 171 | 163 | - |
CMYK | 0 | 0.02 | 0.07 | 0.31 |
HSL | 40º | 0.07% | 0.66% | - |
HSV(B) | 40º | 0.07% | 0.69% | - |
XYZ | 38.85 | 40.88 | 40.49 | - |
YUV | 171.28 | 123.33 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 171 | 163 | 0 | 0.02 | 0.07 | 0.31 | 40 | 0.07 | 0.66 |
Hex | AF | AB | A3 | 0 | 2 | 7 | 1F | 28 | 7 | 42 |
Octal | 257 | 253 | 243 | 0 | 2 | 7 | 37 | 50 | 7 | 102 |
Binary | 10101111 | 10101011 | 10100011 | 0 | 10 | 111 | 11111 | 101000 | 111 | 1000010 |
Color Harmonies of #AFABA3
Complementary color
Monochromatic Colors of #AFABA3
Black with #AFABA3
Text Example
Text Example
White with #AFABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABA3; }
p { color: rgb(175,171,163); }
H1.HeaderClassName
{
color: #AFABA3;
}
.AnyTagClassName
{
color: #AFABA3;
}
</style>
background-color css
<style>
a { background-color: #AFABA3; }
a { background-color: rgb(175,171,163); }
div.DivClassName
{
background-color: #AFABA3;
}
.BgClassName
{
background-color: #AFABA3;
}
</style>
border-color css
<style>
span { border-color: #AFABA3; }
span { border-color: rgb(175,171,163); }
td.TdClassName
{
border-color: #AFABA3;
}
.TagClassName
{
border-color: #AFABA3;
}
</style>