Html Css Color HEX #AEA8AC Lily

📋 copy color: '#AEA8AC'

red 174 ◦ green 168 ◦ blue 172

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

Shades of Lily #AEA8AC

Tints of Lily #AEA8AC

RGB

 RED value IS 174 (68.36% from 255) = 33.85%

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

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

R = 33.85%
G = 32.68%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AEA8AC (or 0xAEA8AC) is known color: Lily. HEX triplet: AE, A8 and AC. RGB value is (174,168,172). Sum of RGB (Red+Green+Blue) = 174+168+172=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA8AC is #515753. Grayscale: #AAAAAA. Windows color (decimal): -5330772 or 11315374. OLE color: 11315374.

HSL color Cylindrical-coordinate representation of color #AEA8AC: hue angle of 320º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEA8AC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 172 -
CMYK 0 0.03 0.01 0.32
HSL 320º 0.04% 0.67% -
HSV(B) 320º 0.03% 0.68% -
XYZ 38.9 39.98 44.7 -
YUV 170.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 174 168 172 0 0.03 0.01 0.32 320 0.04 0.67
Hex AE A8 AC 0 3 1 20 140 4 43
Octal 256 250 254 0 3 1 40 500 4 103
Binary 10101110 10101000 10101100 0 11 1 100000 101000000 100 1000011

Color Harmonies of #AEA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8AC

Black with #AEA8AC

Text Example


Text Example

White with #AEA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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