Html Css Color HEX #AB989D Shady Lady

📋 copy color: '#AB989D'

red 171 ◦ green 152 ◦ blue 157

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

Shades of Shady Lady #AB989D

Tints of Shady Lady #AB989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

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

R = 35.63%
G = 31.67%
B = 32.71%

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

#AB989D (or 0xAB989D) is known color: Shady Lady. HEX triplet: AB, 98 and 9D. RGB value is (171,152,157). Sum of RGB (Red+Green+Blue) = 171+152+157=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB989D is #546762. Grayscale: #9E9E9E. Windows color (decimal): -5531491 or 10328235. OLE color: 10328235.

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

Color convert

RGB 171 152 157 -
CMYK 0 0.11 0.08 0.33
HSL 344.21º 0.1% 0.63% -
HSV(B) 344.21º 0.11% 0.67% -
XYZ 34.11 33.55 36.58 -
YUV 158.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 171 152 157 0 0.11 0.08 0.33 344.21 0.1 0.63
Hex AB 98 9D 0 B 8 21 158 A 3F
Octal 253 230 235 0 13 10 41 530 12 77
Binary 10101011 10011000 10011101 0 1011 1000 100001 101011000 1010 111111

Color Harmonies of #AB989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB989D

Black with #AB989D

Text Example


Text Example

White with #AB989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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