Shades of Cloudy #AFAAA3
Tints of Cloudy #AFAAA3
RGB
CMYK
RGB Variations
Color information
#AFAAA3 (or 0xAFAAA3) is known color: Cloudy. HEX triplet: AF, AA and A3. RGB value is (175,170,163). Sum of RGB (Red+Green+Blue) = 175+170+163=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA3 is #50555C. Grayscale: #AAAAAA. Windows color (decimal): -5264733 or 10726063. OLE color: 10726063.
HSL color Cylindrical-coordinate representation of color #AFAAA3: hue angle of 35º 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 #AFAAA3 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 170 | 163 | - |
CMYK | 0 | 0.03 | 0.07 | 0.31 |
HSL | 35º | 0.07% | 0.66% | - |
HSV(B) | 35º | 0.07% | 0.69% | - |
XYZ | 38.66 | 40.51 | 40.43 | - |
YUV | 170.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 170 | 163 | 0 | 0.03 | 0.07 | 0.31 | 35 | 0.07 | 0.66 |
Hex | AF | AA | A3 | 0 | 3 | 7 | 1F | 23 | 7 | 42 |
Octal | 257 | 252 | 243 | 0 | 3 | 7 | 37 | 43 | 7 | 102 |
Binary | 10101111 | 10101010 | 10100011 | 0 | 11 | 111 | 11111 | 100011 | 111 | 1000010 |
Color Harmonies of #AFAAA3
Complementary color
Monochromatic Colors of #AFAAA3
Black with #AFAAA3
Text Example
Text Example
White with #AFAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAA3; }
p { color: rgb(175,170,163); }
H1.HeaderClassName
{
color: #AFAAA3;
}
.AnyTagClassName
{
color: #AFAAA3;
}
</style>
background-color css
<style>
a { background-color: #AFAAA3; }
a { background-color: rgb(175,170,163); }
div.DivClassName
{
background-color: #AFAAA3;
}
.BgClassName
{
background-color: #AFAAA3;
}
</style>
border-color css
<style>
span { border-color: #AFAAA3; }
span { border-color: rgb(175,170,163); }
td.TdClassName
{
border-color: #AFAAA3;
}
.TagClassName
{
border-color: #AFAAA3;
}
</style>