#AFADAA

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

Shades of Cloudy #AFADAA

Tints of Cloudy #AFADAA

Color information

#AFADAA (or 0xAFADAA) is unknown color: approx Cloudy. HEX triplet: AF, AD and AA. RGB value is (175,173,170). Sum of RGB (Red+Green+Blue) = 175+173+170=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADAA is #505255. Grayscale: #ADADAD. Windows color (decimal): -5263958 or 11185583. OLE color: 11185583.

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

Color convert

RGB175173170-
CMYK00.010.030.31
HSL36º3.03%67.65%-
HSV(B)36º2.86%68.63%-
XYZ39.8841.944.02-
YUV173.26126.16129.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=33.78%
G=33.40%
B=32.82%

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
Decimal17517317000.010.030.31363.0367.65
HexAFADAA0131F24344
Octal25725525201337443104
Binary101011111010110110101010011111111100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADAA; }

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

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

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

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

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

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

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

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