#AB8B95

Color #AB8B95 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AB8B95

Tints of Shady Lady #AB8B95

Color information

#AB8B95 (or 0xAB8B95) is unknown color: approx Shady Lady. HEX triplet: AB, 8B and 95. RGB value is (171,139,149). Sum of RGB (Red+Green+Blue) = 171+139+149=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B95 is #54746A. Grayscale: #959595. Windows color (decimal): -5534827 or 9800619. OLE color: 9800619.

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

Color convert

RGB171139149-
CMYK00.190.130.33
HSL341.25º16%60.78%-
HSV(B)341.25º18.71%67.06%-
XYZ31.4529.2932.43-
YUV149.71127.6143.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=37.25%
G=30.28%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113914900.190.130.33341.251660.78
HexAB8B95013D21155103d
Octal25321322502315415252075
Binary101010111000101110010101010011110110000110101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B95; }

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

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

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

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

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

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

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

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