Html Css Color HEX #AB999D Shady Lady

📋 copy color: '#AB999D'

red 171 ◦ green 153 ◦ blue 157

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

Shades of Shady Lady #AB999D

Tints of Shady Lady #AB999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.81%

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

R = 35.55%
G = 31.81%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB999D (or 0xAB999D) is known color: Shady Lady. HEX triplet: AB, 99 and 9D. RGB value is (171,153,157). Sum of RGB (Red+Green+Blue) = 171+153+157=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB999D is #546662. Grayscale: #9E9E9E. Windows color (decimal): -5531235 or 10328491. OLE color: 10328491.

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

Color convert

RGB 171 153 157 -
CMYK 0 0.11 0.08 0.33
HSL 346.67º 0.1% 0.64% -
HSV(B) 346.67º 0.11% 0.67% -
XYZ 34.27 33.87 36.63 -
YUV 158.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 171 153 157 0 0.11 0.08 0.33 346.67 0.1 0.64
Hex AB 99 9D 0 B 8 21 15B A 40
Octal 253 231 235 0 13 10 41 533 12 100
Binary 10101011 10011001 10011101 0 1011 1000 100001 101011011 1010 1000000

Color Harmonies of #AB999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB999D

Black with #AB999D

Text Example


Text Example

White with #AB999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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