Html Css Color HEX #AB949C Shady Lady

📋 copy color: '#AB949C'

red 171 ◦ green 148 ◦ blue 156

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

Shades of Shady Lady #AB949C

Tints of Shady Lady #AB949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 36%
G = 31.16%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB949C (or 0xAB949C) is known color: Shady Lady. HEX triplet: AB, 94 and 9C. RGB value is (171,148,156). Sum of RGB (Red+Green+Blue) = 171+148+156=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949C is #546B63. Grayscale: #9B9B9B. Windows color (decimal): -5532516 or 10261675. OLE color: 10261675.

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

Color convert

RGB 171 148 156 -
CMYK 0 0.13 0.09 0.33
HSL 339.13º 0.12% 0.63% -
HSV(B) 339.13º 0.13% 0.67% -
XYZ 33.39 32.24 35.92 -
YUV 155.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 171 148 156 0 0.13 0.09 0.33 339.13 0.12 0.63
Hex AB 94 9C 0 D 9 21 153 C 3F
Octal 253 224 234 0 15 11 41 523 14 77
Binary 10101011 10010100 10011100 0 1101 1001 100001 101010011 1100 111111

Color Harmonies of #AB949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB949C

Black with #AB949C

Text Example


Text Example

White with #AB949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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