Html Css Color HEX #AB8994 Shady Lady

📋 copy color: '#AB8994'

red 171 ◦ green 137 ◦ blue 148

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

Shades of Shady Lady #AB8994

Tints of Shady Lady #AB8994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 37.5%
G = 30.04%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB8994 (or 0xAB8994) is known color: Shady Lady. HEX triplet: AB, 89 and 94. RGB value is (171,137,148). Sum of RGB (Red+Green+Blue) = 171+137+148=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8994 is #54766B. Grayscale: #949494. Windows color (decimal): -5535340 or 9734571. OLE color: 9734571.

HSL color Cylindrical-coordinate representation of color #AB8994: hue angle of 340.59º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB8994 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 148 -
CMYK 0 0.20 0.13 0.33
HSL 340.59º 0.17% 0.6% -
HSV(B) 340.59º 0.2% 0.67% -
XYZ 31.09 28.69 31.92 -
YUV 148.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 171 137 148 0 0.20 0.13 0.33 340.59 0.17 0.6
Hex AB 89 94 0 14 D 21 155 11 3C
Octal 253 211 224 0 24 15 41 525 21 74
Binary 10101011 10001001 10010100 0 10100 1101 100001 101010101 10001 111100

Color Harmonies of #AB8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8994

Black with #AB8994

Text Example


Text Example

White with #AB8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8994; }

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

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

background-color css

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

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

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

border-color css

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

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

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