#AFADAB

Color #AFADAB Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #AFADAB

Tints of Cloudy #AFADAB

Color information

#AFADAB (or 0xAFADAB) is unknown color: approx Cloudy. HEX triplet: AF, AD and AB. RGB value is (175,173,171). Sum of RGB (Red+Green+Blue) = 175+173+171=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADAB is #505254. Grayscale: #ADADAD. Windows color (decimal): -5263957 or 11251119. OLE color: 11251119.

HSL color Cylindrical-coordinate representation of color #AFADAB: hue angle of 30º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFADAB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175173171-
CMYK00.010.020.31
HSL30º2.44%67.84%-
HSV(B)30º2.29%68.63%-
XYZ39.9741.9444.52-
YUV173.37126.66129.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=33.72%
G=33.33%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517317100.010.020.31302.4467.84
HexAFADAB0121F1e244
Octal25725525301237362104
Binary10101111101011011010101101101111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADAB; }

 p { color: rgb(175,173,171); }

 H1.HeaderClassName
 {
   color: #AFADAB;
 }
 .AnyTagClassName
 {
   color: #AFADAB;
 }
</style>
background-color css

<style>
 a { background-color: #AFADAB; }

 a { background-color: rgb(175,173,171); }

 div.DivClassName
 {
   background-color: #AFADAB;
 }
 .BgClassName
 {
   background-color: #AFADAB;
 }
</style>
border-color css

<style>
 span { border-color: #AFADAB; }

 span { border-color: rgb(175,173,171); }

 td.TdClassName
 {
   border-color: #AFADAB;
 }
 .TagClassName
 {
   border-color: #AFADAB;
 }
</style>