Html Css Color HEX #AEAABF Wistful

📋 copy color: '#AEAABF'

red 174 ◦ green 170 ◦ blue 191

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

Shades of Wistful #AEAABF

Tints of Wistful #AEAABF

RGB

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

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

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

R = 32.52%
G = 31.78%
B = 35.7%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEAABF (or 0xAEAABF) is known color: Wistful. HEX triplet: AE, AA and BF. RGB value is (174,170,191). Sum of RGB (Red+Green+Blue) = 174+170+191=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAABF is #515540. Grayscale: #ADADAD. Windows color (decimal): -5330241 or 12561070. OLE color: 12561070.

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

Color convert

RGB 174 170 191 -
CMYK 0.09 0.11 0 0.25
HSL 251.43º 0.14% 0.71% -
HSV(B) 251.43º 0.11% 0.75% -
XYZ 41.23 41.51 55.13 -
YUV 173.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 174 170 191 0.09 0.11 0 0.25 251.43 0.14 0.71
Hex AE AA BF 9 B 0 19 FB E 47
Octal 256 252 277 11 13 0 31 373 16 107
Binary 10101110 10101010 10111111 1001 1011 0 11001 11111011 1110 1000111

Color Harmonies of #AEAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAABF

Black with #AEAABF

Text Example


Text Example

White with #AEAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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