Html Css Color HEX #AFADAE Lily

📋 copy color: '#AFADAE'

red 175 ◦ green 173 ◦ blue 174

#AFADAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #AFADAE

Tints of Lily #AFADAE

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 value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AFADAE (or 0xAFADAE) is known color: 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

RGB 175 173 174 -
CMYK 0 0.01 0.01 0.31
HSL 330º 0.01% 0.68% -
HSV(B) 330º 0.01% 0.69% -
XYZ 40.26 42.06 46.04 -
YUV 173.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 175 173 174 0 0.01 0.01 0.31 330 0.01 0.68
Hex AF AD AE 0 1 1 1F 14A 1 44
Octal 257 255 256 0 1 1 37 512 1 104
Binary 10101111 10101101 10101110 0 1 1 11111 101001010 1 1000100

Color Harmonies of #AFADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADAE

Black with #AFADAE

Text Example


Text Example

White with #AFADAE

Text Example


Text Example

HTML Codes & Css Web 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>