Html Css Color HEX #AB959D Shady Lady

📋 copy color: '#AB959D'

red 171 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #AB959D

Tints of Shady Lady #AB959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 35.85%
G = 31.24%
B = 32.91%

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

#AB959D (or 0xAB959D) is known color: Shady Lady. HEX triplet: AB, 95 and 9D. RGB value is (171,149,157). Sum of RGB (Red+Green+Blue) = 171+149+157=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB959D is #546A62. Grayscale: #9C9C9C. Windows color (decimal): -5532259 or 10327467. OLE color: 10327467.

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

Color convert

RGB 171 149 157 -
CMYK 0 0.13 0.08 0.33
HSL 338.18º 0.12% 0.63% -
HSV(B) 338.18º 0.13% 0.67% -
XYZ 33.63 32.59 36.42 -
YUV 156.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 171 149 157 0 0.13 0.08 0.33 338.18 0.12 0.63
Hex AB 95 9D 0 D 8 21 152 C 3F
Octal 253 225 235 0 15 10 41 522 14 77
Binary 10101011 10010101 10011101 0 1101 1000 100001 101010010 1100 111111

Color Harmonies of #AB959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB959D

Black with #AB959D

Text Example


Text Example

White with #AB959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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