Html Css Color HEX #A697A4 London Hue

📋 copy color: '#A697A4'

red 166 ◦ green 151 ◦ blue 164

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

Shades of London Hue #A697A4

Tints of London Hue #A697A4

RGB

 RED value IS 166 (65.23% from 255) = 34.51%

 GREEN value IS 151 (59.38% from 255) = 31.39%

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 34.51%
G = 31.39%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A697A4 (or 0xA697A4) is known color: London Hue. HEX triplet: A6, 97 and A4. RGB value is (166,151,164). Sum of RGB (Red+Green+Blue) = 166+151+164=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 166 - color contains mainly: red. Hex color #A697A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A697A4 is #59685B. Grayscale: #9C9C9C. Windows color (decimal): -5859420 or 10786726. OLE color: 10786726.

HSL color Cylindrical-coordinate representation of color #A697A4: hue angle of 308º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A697A4 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 164 -
CMYK 0 0.09 0.01 0.35
HSL 308º 0.08% 0.62% -
HSV(B) 308º 0.09% 0.65% -
XYZ 33.49 32.92 39.71 -
YUV 156.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 166 151 164 0 0.09 0.01 0.35 308 0.08 0.62
Hex A6 97 A4 0 9 1 23 134 8 3E
Octal 246 227 244 0 11 1 43 464 10 76
Binary 10100110 10010111 10100100 0 1001 1 100011 100110100 1000 111110

Color Harmonies of #A697A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697A4

Black with #A697A4

Text Example


Text Example

White with #A697A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697A4; }

 p { color: rgb(166,151,164); }

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

background-color css

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

 a { background-color: rgb(166,151,164); }

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

border-color css

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

 span { border-color: rgb(166,151,164); }

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