Html Css Color HEX #AB919F Shady Lady

📋 copy color: '#AB919F'

red 171 ◦ green 145 ◦ blue 159

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

Shades of Shady Lady #AB919F

Tints of Shady Lady #AB919F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.47%

R = 36%
G = 30.53%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB919F (or 0xAB919F) is known color: Shady Lady. HEX triplet: AB, 91 and 9F. RGB value is (171,145,159). Sum of RGB (Red+Green+Blue) = 171+145+159=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB919F is #546E60. Grayscale: #9A9A9A. Windows color (decimal): -5533281 or 10457515. OLE color: 10457515.

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

Color convert

RGB 171 145 159 -
CMYK 0 0.15 0.07 0.33
HSL 327.69º 0.13% 0.62% -
HSV(B) 327.69º 0.15% 0.67% -
XYZ 33.18 31.41 37.12 -
YUV 154.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 171 145 159 0 0.15 0.07 0.33 327.69 0.13 0.62
Hex AB 91 9F 0 F 7 21 148 D 3E
Octal 253 221 237 0 17 7 41 510 15 76
Binary 10101011 10010001 10011111 0 1111 111 100001 101001000 1101 111110

Color Harmonies of #AB919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB919F

Black with #AB919F

Text Example


Text Example

White with #AB919F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB919F; }

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

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

background-color css

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

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

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

border-color css

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

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

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