Html Css Color HEX #AAA5BE Wistful

📋 copy color: '#AAA5BE'

red 170 ◦ green 165 ◦ blue 190

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

Shades of Wistful #AAA5BE

Tints of Wistful #AAA5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.43%

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

R = 32.38%
G = 31.43%
B = 36.19%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAA5BE (or 0xAAA5BE) is known color: Wistful. HEX triplet: AA, A5 and BE. RGB value is (170,165,190). Sum of RGB (Red+Green+Blue) = 170+165+190=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BE is #555A41. Grayscale: #A9A9A9. Windows color (decimal): -5593666 or 12494250. OLE color: 12494250.

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

Color convert

RGB 170 165 190 -
CMYK 0.11 0.13 0 0.25
HSL 252º 0.16% 0.7% -
HSV(B) 252º 0.13% 0.75% -
XYZ 39.33 39.17 54.2 -
YUV 169.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 170 165 190 0.11 0.13 0 0.25 252 0.16 0.7
Hex AA A5 BE B D 0 19 FC 10 46
Octal 252 245 276 13 15 0 31 374 20 106
Binary 10101010 10100101 10111110 1011 1101 0 11001 11111100 10000 1000110

Color Harmonies of #AAA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5BE

Black with #AAA5BE

Text Example


Text Example

White with #AAA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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