Html Css Color HEX #AB919D Shady Lady

📋 copy color: '#AB919D'

red 171 ◦ green 145 ◦ blue 157

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

Shades of Shady Lady #AB919D

Tints of Shady Lady #AB919D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.66%

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

R = 36.15%
G = 30.66%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB919D (or 0xAB919D) is known color: Shady Lady. HEX triplet: AB, 91 and 9D. RGB value is (171,145,157). Sum of RGB (Red+Green+Blue) = 171+145+157=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB919D is #546E62. Grayscale: #9A9A9A. Windows color (decimal): -5533283 or 10326443. OLE color: 10326443.

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

Color convert

RGB 171 145 157 -
CMYK 0 0.15 0.08 0.33
HSL 332.31º 0.13% 0.62% -
HSV(B) 332.31º 0.15% 0.67% -
XYZ 33.01 31.34 36.21 -
YUV 154.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 171 145 157 0 0.15 0.08 0.33 332.31 0.13 0.62
Hex AB 91 9D 0 F 8 21 14C D 3E
Octal 253 221 235 0 17 10 41 514 15 76
Binary 10101011 10010001 10011101 0 1111 1000 100001 101001100 1101 111110

Color Harmonies of #AB919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB919D

Black with #AB919D

Text Example


Text Example

White with #AB919D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB919D; }

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

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

background-color css

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

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

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

border-color css

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

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

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