Html Css Color HEX #A896AB London Hue

📋 copy color: '#A896AB'

red 168 ◦ green 150 ◦ blue 171

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

Shades of London Hue #A896AB

Tints of London Hue #A896AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 34.36%
G = 30.67%
B = 34.97%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A896AB (or 0xA896AB) is known color: London Hue. HEX triplet: A8, 96 and AB. RGB value is (168,150,171). Sum of RGB (Red+Green+Blue) = 168+150+171=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #A896AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A896AB is #576954. Grayscale: #9D9D9D. Windows color (decimal): -5728597 or 11245224. OLE color: 11245224.

HSL color Cylindrical-coordinate representation of color #A896AB: hue angle of 291.43º 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 #A896AB is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 150 171 -
CMYK 0.02 0.12 0 0.33
HSL 291.43º 0.11% 0.63% -
HSV(B) 291.43º 0.12% 0.67% -
XYZ 34.41 33.08 43.1 -
YUV 157.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 168 150 171 0.02 0.12 0 0.33 291.43 0.11 0.63
Hex A8 96 AB 2 C 0 21 123 B 3F
Octal 250 226 253 2 14 0 41 443 13 77
Binary 10101000 10010110 10101011 10 1100 0 100001 100100011 1011 111111

Color Harmonies of #A896AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896AB

Black with #A896AB

Text Example


Text Example

White with #A896AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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