Html Css Color HEX #A7A8C0 Wistful

📋 copy color: '#A7A8C0'

red 167 ◦ green 168 ◦ blue 192

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

Shades of Wistful #A7A8C0

Tints of Wistful #A7A8C0

RGB

 RED value IS 167 (65.63% from 255) = 31.69%

 GREEN value IS 168 (66.02% from 255) = 31.88%

 BLUE value IS 192 (75.39% from 255) = 36.43%

R = 31.69%
G = 31.88%
B = 36.43%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A7A8C0 (or 0xA7A8C0) is known color: Wistful. HEX triplet: A7, A8 and C0. RGB value is (167,168,192). Sum of RGB (Red+Green+Blue) = 167+168+192=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #A7A8C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8C0 is #58573F. Grayscale: #AAAAAA. Windows color (decimal): -5789504 or 12626087. OLE color: 12626087.

HSL color Cylindrical-coordinate representation of color #A7A8C0: hue angle of 237.6º degrees, saturation: 0.17, 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 #A7A8C0 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 168 192 -
CMYK 0.13 0.12 0 0.25
HSL 237.6º 0.17% 0.7% -
HSV(B) 237.6º 0.13% 0.75% -
XYZ 39.45 40.03 55.52 -
YUV 170.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 167 168 192 0.13 0.12 0 0.25 237.6 0.17 0.7
Hex A7 A8 C0 D C 0 19 EE 11 46
Octal 247 250 300 15 14 0 31 356 21 106
Binary 10100111 10101000 11000000 1101 1100 0 11001 11101110 10001 1000110

Color Harmonies of #A7A8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A8C0

Black with #A7A8C0

Text Example


Text Example

White with #A7A8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A8C0; }

 p { color: rgb(167,168,192); }

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

background-color css

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

 a { background-color: rgb(167,168,192); }

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

border-color css

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

 span { border-color: rgb(167,168,192); }

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