Html Css Color HEX #A698A9 London Hue

📋 copy color: '#A698A9'

red 166 ◦ green 152 ◦ blue 169

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

Shades of London Hue #A698A9

Tints of London Hue #A698A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.21%

 BLUE value IS 169 (66.41% from 255) = 34.7%

R = 34.09%
G = 31.21%
B = 34.7%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A698A9 (or 0xA698A9) is known color: London Hue. HEX triplet: A6, 98 and A9. RGB value is (166,152,169). Sum of RGB (Red+Green+Blue) = 166+152+169=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 169 - color contains mainly: blue. Hex color #A698A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698A9 is #596756. Grayscale: #9E9E9E. Windows color (decimal): -5859159 or 11114662. OLE color: 11114662.

HSL color Cylindrical-coordinate representation of color #A698A9: hue angle of 289.41º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A698A9 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 152 169 -
CMYK 0.02 0.10 0 0.34
HSL 289.41º 0.09% 0.63% -
HSV(B) 289.41º 0.1% 0.66% -
XYZ 34.12 33.43 42.19 -
YUV 158.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 166 152 169 0.02 0.10 0 0.34 289.41 0.09 0.63
Hex A6 98 A9 2 A 0 22 121 9 3F
Octal 246 230 251 2 12 0 42 441 11 77
Binary 10100110 10011000 10101001 10 1010 0 100010 100100001 1001 111111

Color Harmonies of #A698A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698A9

Black with #A698A9

Text Example


Text Example

White with #A698A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698A9; }

 p { color: rgb(166,152,169); }

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

background-color css

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

 a { background-color: rgb(166,152,169); }

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

border-color css

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

 span { border-color: rgb(166,152,169); }

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