#AB95A4

Color #AB95A4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AB95A4

Tints of London Hue #AB95A4

Color information

#AB95A4 (or 0xAB95A4) is unknown color: approx London Hue. HEX triplet: AB, 95 and A4. RGB value is (171,149,164). Sum of RGB (Red+Green+Blue) = 171+149+164=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB95A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB95A4 is #546A5B. Grayscale: #9D9D9D. Windows color (decimal): -5532252 or 10786219. OLE color: 10786219.

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

Color convert

RGB171149164-
CMYK00.130.040.33
HSL319.09º11.58%62.75%-
HSV(B)319.09º12.87%67.06%-
XYZ34.2432.8339.65-
YUV157.29131.79137.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 164 (64.45% from 255) = 33.88%
R=35.33%
G=30.79%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114916400.130.040.33319.0911.5862.75
HexAB95A40D42113fc3f
Octal2532252440154414771477
Binary101010111001010110100100011011001000011001111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95A4; }

 p { color: rgb(171,149,164); }

 H1.HeaderClassName
 {
   color: #AB95A4;
 }
 .AnyTagClassName
 {
   color: #AB95A4;
 }
</style>
background-color css

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

 a { background-color: rgb(171,149,164); }

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

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

 span { border-color: rgb(171,149,164); }

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