Html Css Color HEX #A698A2 London Hue

📋 copy color: '#A698A2'

red 166 ◦ green 152 ◦ blue 162

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

Shades of London Hue #A698A2

Tints of London Hue #A698A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.75%

R = 34.58%
G = 31.67%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A698A2 (or 0xA698A2) is known color: London Hue. HEX triplet: A6, 98 and A2. RGB value is (166,152,162). Sum of RGB (Red+Green+Blue) = 166+152+162=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 166 - color contains mainly: red. Hex color #A698A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698A2 is #59675D. Grayscale: #9D9D9D. Windows color (decimal): -5859166 or 10655910. OLE color: 10655910.

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

Color convert

RGB 166 152 162 -
CMYK 0 0.08 0.02 0.35
HSL 317.14º 0.07% 0.62% -
HSV(B) 317.14º 0.08% 0.65% -
XYZ 33.48 33.17 38.82 -
YUV 157.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 166 152 162 0 0.08 0.02 0.35 317.14 0.07 0.62
Hex A6 98 A2 0 8 2 23 13D 7 3E
Octal 246 230 242 0 10 2 43 475 7 76
Binary 10100110 10011000 10100010 0 1000 10 100011 100111101 111 111110

Color Harmonies of #A698A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A698A2

Black with #A698A2

Text Example


Text Example

White with #A698A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A698A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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