Html Css Color HEX #AB96AA London Hue

📋 copy color: '#AB96AA'

red 171 ◦ green 150 ◦ blue 170

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

Shades of London Hue #AB96AA

Tints of London Hue #AB96AA

RGB

 RED value IS 171 (67.19% from 255) = 34.83%

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

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

R = 34.83%
G = 30.55%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB96AA (or 0xAB96AA) is known color: London Hue. HEX triplet: AB, 96 and AA. RGB value is (171,150,170). Sum of RGB (Red+Green+Blue) = 171+150+170=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #AB96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96AA is #546955. Grayscale: #9E9E9E. Windows color (decimal): -5531990 or 11179691. OLE color: 11179691.

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

Color convert

RGB 171 150 170 -
CMYK 0 0.12 0.01 0.33
HSL 302.86º 0.11% 0.63% -
HSV(B) 302.86º 0.12% 0.67% -
XYZ 34.96 33.37 42.63 -
YUV 158.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 171 150 170 0 0.12 0.01 0.33 302.86 0.11 0.63
Hex AB 96 AA 0 C 1 21 12F B 3F
Octal 253 226 252 0 14 1 41 457 13 77
Binary 10101011 10010110 10101010 0 1100 1 100001 100101111 1011 111111

Color Harmonies of #AB96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96AA

Black with #AB96AA

Text Example


Text Example

White with #AB96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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