Html Css Color HEX #AAA7C6 Wistful

📋 copy color: '#AAA7C6'

red 170 ◦ green 167 ◦ blue 198

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

Shades of Wistful #AAA7C6

Tints of Wistful #AAA7C6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.21%

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

R = 31.78%
G = 31.21%
B = 37.01%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAA7C6 (or 0xAAA7C6) is known color: Wistful. HEX triplet: AA, A7 and C6. RGB value is (170,167,198). Sum of RGB (Red+Green+Blue) = 170+167+198=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA7C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7C6 is #555839. Grayscale: #ABABAB. Windows color (decimal): -5593146 or 13019050. OLE color: 13019050.

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

Color convert

RGB 170 167 198 -
CMYK 0.14 0.16 0 0.22
HSL 245.81º 0.21% 0.72% -
HSV(B) 245.81º 0.16% 0.78% -
XYZ 40.59 40.26 59.06 -
YUV 171.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 170 167 198 0.14 0.16 0 0.22 245.81 0.21 0.72
Hex AA A7 C6 E 10 0 16 F6 15 48
Octal 252 247 306 16 20 0 26 366 25 110
Binary 10101010 10100111 11000110 1110 10000 0 10110 11110110 10101 1001000

Color Harmonies of #AAA7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA7C6

Black with #AAA7C6

Text Example


Text Example

White with #AAA7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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