#AB9EA4

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

Shades of Shady Lady #AB9EA4

Tints of Shady Lady #AB9EA4

Color information

#AB9EA4 (or 0xAB9EA4) is unknown color: approx Shady Lady. HEX triplet: AB, 9E and A4. RGB value is (171,158,164). Sum of RGB (Red+Green+Blue) = 171+158+164=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EA4 is #54615B. Grayscale: #A2A2A2. Windows color (decimal): -5529948 or 10788523. OLE color: 10788523.

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

Color convert

RGB171158164-
CMYK00.080.040.33
HSL332.31º7.18%64.51%-
HSV(B)332.31º7.6%67.06%-
XYZ35.7235.7940.15-
YUV162.57128.81134.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 164 (64.45% from 255) = 33.27%
R=34.69%
G=32.05%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115816400.080.040.33332.317.1864.51
HexAB9EA40842114c741
Octal2532362440104415147101
Binary101010111001111010100100010001001000011010011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EA4; }

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

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

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

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

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

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

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

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