Html Css Color HEX #AB959E Shady Lady

📋 copy color: '#AB959E'

red 171 ◦ green 149 ◦ blue 158

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

Shades of Shady Lady #AB959E

Tints of Shady Lady #AB959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

 BLUE value IS 158 (62.11% from 255) = 33.05%

R = 35.77%
G = 31.17%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB959E (or 0xAB959E) is known color: Shady Lady. HEX triplet: AB, 95 and 9E. RGB value is (171,149,158). Sum of RGB (Red+Green+Blue) = 171+149+158=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB959E is #546A61. Grayscale: #9C9C9C. Windows color (decimal): -5532258 or 10393003. OLE color: 10393003.

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

Color convert

RGB 171 149 158 -
CMYK 0 0.13 0.08 0.33
HSL 335.45º 0.12% 0.63% -
HSV(B) 335.45º 0.13% 0.67% -
XYZ 33.71 32.62 36.87 -
YUV 156.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 171 149 158 0 0.13 0.08 0.33 335.45 0.12 0.63
Hex AB 95 9E 0 D 8 21 14F C 3F
Octal 253 225 236 0 15 10 41 517 14 77
Binary 10101011 10010101 10011110 0 1101 1000 100001 101001111 1100 111111

Color Harmonies of #AB959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB959E

Black with #AB959E

Text Example


Text Example

White with #AB959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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