Html Css Color HEX #AFA1AA Lily

📋 copy color: '#AFA1AA'

red 175 ◦ green 161 ◦ blue 170

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

Shades of Lily #AFA1AA

Tints of Lily #AFA1AA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.82%

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

R = 34.58%
G = 31.82%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AFA1AA (or 0xAFA1AA) is known color: Lily. HEX triplet: AF, A1 and AA. RGB value is (175,161,170). Sum of RGB (Red+Green+Blue) = 175+161+170=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA1AA is #505E55. Grayscale: #A6A6A6. Windows color (decimal): -5267030 or 11182511. OLE color: 11182511.

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

Color convert

RGB 175 161 170 -
CMYK 0 0.08 0.03 0.31
HSL 321.43º 0.08% 0.66% -
HSV(B) 321.43º 0.08% 0.69% -
XYZ 37.68 37.51 43.28 -
YUV 166.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 175 161 170 0 0.08 0.03 0.31 321.43 0.08 0.66
Hex AF A1 AA 0 8 3 1F 141 8 42
Octal 257 241 252 0 10 3 37 501 10 102
Binary 10101111 10100001 10101010 0 1000 11 11111 101000001 1000 1000010

Color Harmonies of #AFA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1AA

Black with #AFA1AA

Text Example


Text Example

White with #AFA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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