Html Css Color HEX #AB949E Shady Lady

📋 copy color: '#AB949E'

red 171 ◦ green 148 ◦ blue 158

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

Shades of Shady Lady #AB949E

Tints of Shady Lady #AB949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.03%

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

R = 35.85%
G = 31.03%
B = 33.12%

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

#AB949E (or 0xAB949E) is known color: Shady Lady. HEX triplet: AB, 94 and 9E. RGB value is (171,148,158). Sum of RGB (Red+Green+Blue) = 171+148+158=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949E is #546B61. Grayscale: #9C9C9C. Windows color (decimal): -5532514 or 10392747. OLE color: 10392747.

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

Color convert

RGB 171 148 158 -
CMYK 0 0.13 0.08 0.33
HSL 333.91º 0.12% 0.63% -
HSV(B) 333.91º 0.13% 0.67% -
XYZ 33.56 32.31 36.81 -
YUV 156.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 171 148 158 0 0.13 0.08 0.33 333.91 0.12 0.63
Hex AB 94 9E 0 D 8 21 14E C 3F
Octal 253 224 236 0 15 10 41 516 14 77
Binary 10101011 10010100 10011110 0 1101 1000 100001 101001110 1100 111111

Color Harmonies of #AB949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB949E

Black with #AB949E

Text Example


Text Example

White with #AB949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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