Html Css Color HEX #AAA4BE Wistful

📋 copy color: '#AAA4BE'

red 170 ◦ green 164 ◦ blue 190

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

Shades of Wistful #AAA4BE

Tints of Wistful #AAA4BE

RGB

 RED value IS 170 (66.8% from 255) = 32.44%

 GREEN value IS 164 (64.45% from 255) = 31.3%

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 32.44%
G = 31.3%
B = 36.26%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAA4BE (or 0xAAA4BE) is known color: Wistful. HEX triplet: AA, A4 and BE. RGB value is (170,164,190). Sum of RGB (Red+Green+Blue) = 170+164+190=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4BE is #555B41. Grayscale: #A8A8A8. Windows color (decimal): -5593922 or 12493994. OLE color: 12493994.

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

Color convert

RGB 170 164 190 -
CMYK 0.11 0.14 0 0.25
HSL 253.85º 0.17% 0.69% -
HSV(B) 253.85º 0.14% 0.75% -
XYZ 39.15 38.81 54.14 -
YUV 168.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 170 164 190 0.11 0.14 0 0.25 253.85 0.17 0.69
Hex AA A4 BE B E 0 19 FE 11 45
Octal 252 244 276 13 16 0 31 376 21 105
Binary 10101010 10100100 10111110 1011 1110 0 11001 11111110 10001 1000101

Color Harmonies of #AAA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4BE

Black with #AAA4BE

Text Example


Text Example

White with #AAA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4BE; }

 p { color: rgb(170,164,190); }

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

background-color css

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

 a { background-color: rgb(170,164,190); }

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

border-color css

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

 span { border-color: rgb(170,164,190); }

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