Html Css Color HEX #A696A2 London Hue

📋 copy color: '#A696A2'

red 166 ◦ green 150 ◦ blue 162

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

Shades of London Hue #A696A2

Tints of London Hue #A696A2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 34.73%
G = 31.38%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A696A2 (or 0xA696A2) is known color: London Hue. HEX triplet: A6, 96 and A2. RGB value is (166,150,162). Sum of RGB (Red+Green+Blue) = 166+150+162=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A696A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A696A2 is #59695D. Grayscale: #9C9C9C. Windows color (decimal): -5859678 or 10655398. OLE color: 10655398.

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

Color convert

RGB 166 150 162 -
CMYK 0 0.10 0.02 0.35
HSL 315º 0.08% 0.62% -
HSV(B) 315º 0.1% 0.65% -
XYZ 33.15 32.53 38.71 -
YUV 156.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 166 150 162 0 0.10 0.02 0.35 315 0.08 0.62
Hex A6 96 A2 0 A 2 23 13B 8 3E
Octal 246 226 242 0 12 2 43 473 10 76
Binary 10100110 10010110 10100010 0 1010 10 100011 100111011 1000 111110

Color Harmonies of #A696A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696A2

Black with #A696A2

Text Example


Text Example

White with #A696A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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