Html Css Color HEX #AAA5C6 Wistful

📋 copy color: '#AAA5C6'

red 170 ◦ green 165 ◦ blue 198

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

Shades of Wistful #AAA5C6

Tints of Wistful #AAA5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.15%

R = 31.89%
G = 30.96%
B = 37.15%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAA5C6 (or 0xAAA5C6) is known color: Wistful. HEX triplet: AA, A5 and C6. RGB value is (170,165,198). Sum of RGB (Red+Green+Blue) = 170+165+198=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA5C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5C6 is #555A39. Grayscale: #AAAAAA. Windows color (decimal): -5593658 or 13018538. OLE color: 13018538.

HSL color Cylindrical-coordinate representation of color #AAA5C6: hue angle of 249.09º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA5C6 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 165 198 -
CMYK 0.14 0.17 0 0.22
HSL 249.09º 0.22% 0.71% -
HSV(B) 249.09º 0.17% 0.78% -
XYZ 40.23 39.53 58.94 -
YUV 170.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 170 165 198 0.14 0.17 0 0.22 249.09 0.22 0.71
Hex AA A5 C6 E 11 0 16 F9 16 47
Octal 252 245 306 16 21 0 26 371 26 107
Binary 10101010 10100101 11000110 1110 10001 0 10110 11111001 10110 1000111

Color Harmonies of #AAA5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5C6

Black with #AAA5C6

Text Example


Text Example

White with #AAA5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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