#AFACAD

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

Shades of Lily #AFACAD

Tints of Lily #AFACAD

Color information

#AFACAD (or 0xAFACAD) is unknown color: approx Lily. HEX triplet: AF, AC and AD. RGB value is (175,172,173). Sum of RGB (Red+Green+Blue) = 175+172+173=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACAD is #505352. Grayscale: #ADADAD. Windows color (decimal): -5264211 or 11381935. OLE color: 11381935.

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

Color convert

RGB175172173-
CMYK00.020.010.31
HSL340º1.84%68.04%-
HSV(B)340º1.71%68.63%-
XYZ39.9741.6445.46-
YUV173.01127.99129.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=33.65%
G=33.08%
B=33.27%

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
Decimal17517217300.020.010.313401.8468.04
HexAFACAD0211F154244
Octal257254255021375242104
Binary101011111010110010101101010111111101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACAD; }

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

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

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

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

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

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

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

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