Html Css Color HEX #AEA9BF Wistful

📋 copy color: '#AEA9BF'

red 174 ◦ green 169 ◦ blue 191

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

Shades of Wistful #AEA9BF

Tints of Wistful #AEA9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

 BLUE value IS 191 (75% from 255) = 35.77%

R = 32.58%
G = 31.65%
B = 35.77%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEA9BF (or 0xAEA9BF) is known color: Wistful. HEX triplet: AE, A9 and BF. RGB value is (174,169,191). Sum of RGB (Red+Green+Blue) = 174+169+191=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEA9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9BF is #515640. Grayscale: #ACACAC. Windows color (decimal): -5330497 or 12560814. OLE color: 12560814.

HSL color Cylindrical-coordinate representation of color #AEA9BF: hue angle of 253.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA9BF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 169 191 -
CMYK 0.09 0.12 0 0.25
HSL 253.64º 0.15% 0.71% -
HSV(B) 253.64º 0.12% 0.75% -
XYZ 41.05 41.14 55.07 -
YUV 173 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 174 169 191 0.09 0.12 0 0.25 253.64 0.15 0.71
Hex AE A9 BF 9 C 0 19 FE F 47
Octal 256 251 277 11 14 0 31 376 17 107
Binary 10101110 10101001 10111111 1001 1100 0 11001 11111110 1111 1000111

Color Harmonies of #AEA9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9BF

Black with #AEA9BF

Text Example


Text Example

White with #AEA9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9BF; }

 p { color: rgb(174,169,191); }

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

background-color css

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

 a { background-color: rgb(174,169,191); }

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

border-color css

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

 span { border-color: rgb(174,169,191); }

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