#AFADAE

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

Shades of Lily #AFADAE

Tints of Lily #AFADAE

Color information

#AFADAE (or 0xAFADAE) is unknown color: approx Lily. HEX triplet: AF, AD and AE. RGB value is (175,173,174). Sum of RGB (Red+Green+Blue) = 175+173+174=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADAE is #505251. Grayscale: #ADADAD. Windows color (decimal): -5263954 or 11447727. OLE color: 11447727.

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

Color convert

RGB175173174-
CMYK00.010.010.31
HSL330º1.23%68.24%-
HSV(B)330º1.14%68.63%-
XYZ40.2642.0646.04-
YUV173.71128.16128.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=33.52%
G=33.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517317400.010.010.313301.2368.24
HexAFADAE0111F14a144
Octal257255256011375121104
Binary1010111110101101101011100111111110100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADAE; }

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

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

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

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

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

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

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

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