Html Css Color HEX #AB989E Shady Lady

📋 copy color: '#AB989E'

red 171 ◦ green 152 ◦ blue 158

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

Shades of Shady Lady #AB989E

Tints of Shady Lady #AB989E

RGB

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

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

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

R = 35.55%
G = 31.6%
B = 32.85%

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

#AB989E (or 0xAB989E) is known color: Shady Lady. HEX triplet: AB, 98 and 9E. RGB value is (171,152,158). Sum of RGB (Red+Green+Blue) = 171+152+158=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB989E is #546761. Grayscale: #9E9E9E. Windows color (decimal): -5531490 or 10393771. OLE color: 10393771.

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

Color convert

RGB 171 152 158 -
CMYK 0 0.11 0.08 0.33
HSL 341.05º 0.1% 0.63% -
HSV(B) 341.05º 0.11% 0.67% -
XYZ 34.19 33.58 37.03 -
YUV 158.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 171 152 158 0 0.11 0.08 0.33 341.05 0.1 0.63
Hex AB 98 9E 0 B 8 21 155 A 3F
Octal 253 230 236 0 13 10 41 525 12 77
Binary 10101011 10011000 10011110 0 1011 1000 100001 101010101 1010 111111

Color Harmonies of #AB989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB989E

Black with #AB989E

Text Example


Text Example

White with #AB989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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