#AFABAD

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

Shades of Lily #AFABAD

Tints of Lily #AFABAD

Color information

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

HSL color Cylindrical-coordinate representation of color #AFABAD: hue angle of 330º 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 #AFABAD is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB175171173-
CMYK00.020.010.31
HSL330º2.44%67.84%-
HSV(B)330º2.29%68.63%-
XYZ39.7841.2645.4-
YUV172.42128.33129.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517117300.020.010.313302.4467.84
HexAFABAD0211F14a244
Octal257253255021375122104
Binary101011111010101110101101010111111101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABAD; }

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

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

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

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

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

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

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

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