Html Css Color HEX #A896AA London Hue

📋 copy color: '#A896AA'

red 168 ◦ green 150 ◦ blue 170

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

Shades of London Hue #A896AA

Tints of London Hue #A896AA

RGB

 RED value IS 168 (66.02% from 255) = 34.43%

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

 BLUE value IS 170 (66.8% from 255) = 34.84%

R = 34.43%
G = 30.74%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A896AA (or 0xA896AA) is known color: London Hue. HEX triplet: A8, 96 and AA. RGB value is (168,150,170). Sum of RGB (Red+Green+Blue) = 168+150+170=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #A896AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A896AA is #576955. Grayscale: #9D9D9D. Windows color (decimal): -5728598 or 11179688. OLE color: 11179688.

HSL color Cylindrical-coordinate representation of color #A896AA: hue angle of 294º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A896AA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 150 170 -
CMYK 0.01 0.12 0 0.33
HSL 294º 0.11% 0.63% -
HSV(B) 294º 0.12% 0.67% -
XYZ 34.31 33.04 42.6 -
YUV 157.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 168 150 170 0.01 0.12 0 0.33 294 0.11 0.63
Hex A8 96 AA 1 C 0 21 126 B 3F
Octal 250 226 252 1 14 0 41 446 13 77
Binary 10101000 10010110 10101010 1 1100 0 100001 100100110 1011 111111

Color Harmonies of #A896AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896AA

Black with #A896AA

Text Example


Text Example

White with #A896AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896AA; }

 p { color: rgb(168,150,170); }

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

background-color css

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

 a { background-color: rgb(168,150,170); }

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

border-color css

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

 span { border-color: rgb(168,150,170); }

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