Html Css Color HEX #AEAAAC Lily

📋 copy color: '#AEAAAC'

red 174 ◦ green 170 ◦ blue 172

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

Shades of Lily #AEAAAC

Tints of Lily #AEAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.95%

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

R = 33.72%
G = 32.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AEAAAC (or 0xAEAAAC) is known color: Lily. HEX triplet: AE, AA and AC. RGB value is (174,170,172). Sum of RGB (Red+Green+Blue) = 174+170+172=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAAAC is #515553. Grayscale: #ABABAB. Windows color (decimal): -5330260 or 11315886. OLE color: 11315886.

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

Color convert

RGB 174 170 172 -
CMYK 0 0.02 0.01 0.32
HSL 330º 0.02% 0.67% -
HSV(B) 330º 0.02% 0.68% -
XYZ 39.28 40.73 44.82 -
YUV 171.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 174 170 172 0 0.02 0.01 0.32 330 0.02 0.67
Hex AE AA AC 0 2 1 20 14A 2 43
Octal 256 252 254 0 2 1 40 512 2 103
Binary 10101110 10101010 10101100 0 10 1 100000 101001010 10 1000011

Color Harmonies of #AEAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAAAC

Black with #AEAAAC

Text Example


Text Example

White with #AEAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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