Html Css Color HEX #AB8F98 Shady Lady

📋 copy color: '#AB8F98'

red 171 ◦ green 143 ◦ blue 152

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

Shades of Shady Lady #AB8F98

Tints of Shady Lady #AB8F98

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 36.7%
G = 30.69%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB8F98 (or 0xAB8F98) is known color: Shady Lady. HEX triplet: AB, 8F and 98. RGB value is (171,143,152). Sum of RGB (Red+Green+Blue) = 171+143+152=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F98 is #547067. Grayscale: #989898. Windows color (decimal): -5533800 or 9998251. OLE color: 9998251.

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

Color convert

RGB 171 143 152 -
CMYK 0 0.16 0.11 0.33
HSL 340.71º 0.14% 0.62% -
HSV(B) 340.71º 0.16% 0.67% -
XYZ 32.28 30.57 33.9 -
YUV 152.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 171 143 152 0 0.16 0.11 0.33 340.71 0.14 0.62
Hex AB 8F 98 0 10 B 21 155 E 3E
Octal 253 217 230 0 20 13 41 525 16 76
Binary 10101011 10001111 10011000 0 10000 1011 100001 101010101 1110 111110

Color Harmonies of #AB8F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F98

Black with #AB8F98

Text Example


Text Example

White with #AB8F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F98; }

 p { color: rgb(171,143,152); }

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

background-color css

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

 a { background-color: rgb(171,143,152); }

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

border-color css

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

 span { border-color: rgb(171,143,152); }

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