Html Css Color HEX #AFA0AA Lily

📋 copy color: '#AFA0AA'

red 175 ◦ green 160 ◦ blue 170

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

Shades of Lily #AFA0AA

Tints of Lily #AFA0AA

RGB

 RED value IS 175 (68.75% from 255) = 34.65%

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 34.65%
G = 31.68%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AFA0AA (or 0xAFA0AA) is known color: Lily. HEX triplet: AF, A0 and AA. RGB value is (175,160,170). Sum of RGB (Red+Green+Blue) = 175+160+170=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0AA is #505F55. Grayscale: #A5A5A5. Windows color (decimal): -5267286 or 11182255. OLE color: 11182255.

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

Color convert

RGB 175 160 170 -
CMYK 0 0.09 0.03 0.31
HSL 320º 0.09% 0.66% -
HSV(B) 320º 0.09% 0.69% -
XYZ 37.51 37.16 43.23 -
YUV 165.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 175 160 170 0 0.09 0.03 0.31 320 0.09 0.66
Hex AF A0 AA 0 9 3 1F 140 9 42
Octal 257 240 252 0 11 3 37 500 11 102
Binary 10101111 10100000 10101010 0 1001 11 11111 101000000 1001 1000010

Color Harmonies of #AFA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0AA

Black with #AFA0AA

Text Example


Text Example

White with #AFA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0AA; }

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

 H1.HeaderClassName
 {
   color: #AFA0AA;
 }
 .AnyTagClassName
 {
   color: #AFA0AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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