Html Css Color HEX #AFA8AC Lily

📋 copy color: '#AFA8AC'

red 175 ◦ green 168 ◦ blue 172

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

Shades of Lily #AFA8AC

Tints of Lily #AFA8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.62%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 33.98%
G = 32.62%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AFA8AC (or 0xAFA8AC) is known color: Lily. HEX triplet: AF, A8 and AC. RGB value is (175,168,172). Sum of RGB (Red+Green+Blue) = 175+168+172=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8AC is #505753. Grayscale: #AAAAAA. Windows color (decimal): -5265236 or 11315375. OLE color: 11315375.

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

Color convert

RGB 175 168 172 -
CMYK 0 0.04 0.02 0.31
HSL 325.71º 0.04% 0.67% -
HSV(B) 325.71º 0.04% 0.69% -
XYZ 39.13 40.1 44.71 -
YUV 170.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 175 168 172 0 0.04 0.02 0.31 325.71 0.04 0.67
Hex AF A8 AC 0 4 2 1F 146 4 43
Octal 257 250 254 0 4 2 37 506 4 103
Binary 10101111 10101000 10101100 0 100 10 11111 101000110 100 1000011

Color Harmonies of #AFA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8AC

Black with #AFA8AC

Text Example


Text Example

White with #AFA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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