Html Css Color HEX #AB979E Shady Lady

📋 copy color: '#AB979E'

red 171 ◦ green 151 ◦ blue 158

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

Shades of Shady Lady #AB979E

Tints of Shady Lady #AB979E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.46%

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

R = 35.63%
G = 31.46%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB979E (or 0xAB979E) is known color: Shady Lady. HEX triplet: AB, 97 and 9E. RGB value is (171,151,158). Sum of RGB (Red+Green+Blue) = 171+151+158=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB979E is #546861. Grayscale: #9D9D9D. Windows color (decimal): -5531746 or 10393515. OLE color: 10393515.

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

Color convert

RGB 171 151 158 -
CMYK 0 0.12 0.08 0.33
HSL 339º 0.11% 0.63% -
HSV(B) 339º 0.12% 0.67% -
XYZ 34.03 33.26 36.97 -
YUV 157.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 171 151 158 0 0.12 0.08 0.33 339 0.11 0.63
Hex AB 97 9E 0 C 8 21 153 B 3F
Octal 253 227 236 0 14 10 41 523 13 77
Binary 10101011 10010111 10011110 0 1100 1000 100001 101010011 1011 111111

Color Harmonies of #AB979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB979E

Black with #AB979E

Text Example


Text Example

White with #AB979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB979E; }

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

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

background-color css

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

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

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

border-color css

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

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

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