#AFADA9

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

Shades of Cloudy #AFADA9

Tints of Cloudy #AFADA9

Color information

#AFADA9 (or 0xAFADA9) is unknown color: approx Cloudy. HEX triplet: AF, AD and A9. RGB value is (175,173,169). Sum of RGB (Red+Green+Blue) = 175+173+169=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA9 is #505256. Grayscale: #ADADAD. Windows color (decimal): -5263959 or 11120047. OLE color: 11120047.

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

Color convert

RGB175173169-
CMYK00.010.030.31
HSL40º3.61%67.45%-
HSV(B)40º3.43%68.63%-
XYZ39.7841.8743.52-
YUV173.14125.66129.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=33.85%
G=33.46%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517316900.010.030.31403.6167.45
HexAFADA90131F28443
Octal25725525101337504103
Binary1010111110101101101010010111111111010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADA9; }

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

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

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

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

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

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

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

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