#AB9EA6

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

Shades of Shady Lady #AB9EA6

Tints of Shady Lady #AB9EA6

Color information

#AB9EA6 (or 0xAB9EA6) is unknown color: approx Shady Lady. HEX triplet: AB, 9E and A6. RGB value is (171,158,166). Sum of RGB (Red+Green+Blue) = 171+158+166=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EA6 is #546159. Grayscale: #A2A2A2. Windows color (decimal): -5529946 or 10919595. OLE color: 10919595.

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

Color convert

RGB171158166-
CMYK00.080.030.33
HSL323.08º7.18%64.51%-
HSV(B)323.08º7.6%67.06%-
XYZ35.935.8641.11-
YUV162.8129.81133.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 166 (65.23% from 255) = 33.54%
R=34.55%
G=31.92%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115816600.080.030.33323.087.1864.51
HexAB9EA608321143741
Octal2532362460103415037101
Binary10101011100111101010011001000111000011010000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EA6; }

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

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

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

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

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

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

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

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