Html Css Color HEX #AB949D Shady Lady

📋 copy color: '#AB949D'

red 171 ◦ green 148 ◦ blue 157

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

Shades of Shady Lady #AB949D

Tints of Shady Lady #AB949D

RGB

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

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

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

R = 35.92%
G = 31.09%
B = 32.98%

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

#AB949D (or 0xAB949D) is known color: Shady Lady. HEX triplet: AB, 94 and 9D. RGB value is (171,148,157). Sum of RGB (Red+Green+Blue) = 171+148+157=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949D is #546B62. Grayscale: #9B9B9B. Windows color (decimal): -5532515 or 10327211. OLE color: 10327211.

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

Color convert

RGB 171 148 157 -
CMYK 0 0.13 0.08 0.33
HSL 336.52º 0.12% 0.63% -
HSV(B) 336.52º 0.13% 0.67% -
XYZ 33.47 32.27 36.36 -
YUV 155.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 171 148 157 0 0.13 0.08 0.33 336.52 0.12 0.63
Hex AB 94 9D 0 D 8 21 151 C 3F
Octal 253 224 235 0 15 10 41 521 14 77
Binary 10101011 10010100 10011101 0 1101 1000 100001 101010001 1100 111111

Color Harmonies of #AB949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB949D

Black with #AB949D

Text Example


Text Example

White with #AB949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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