Html Css Color HEX #AB919E Shady Lady

📋 copy color: '#AB919E'

red 171 ◦ green 145 ◦ blue 158

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

Shades of Shady Lady #AB919E

Tints of Shady Lady #AB919E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 36.08%
G = 30.59%
B = 33.33%

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

#AB919E (or 0xAB919E) is known color: Shady Lady. HEX triplet: AB, 91 and 9E. RGB value is (171,145,158). Sum of RGB (Red+Green+Blue) = 171+145+158=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB919E is #546E61. Grayscale: #9A9A9A. Windows color (decimal): -5533282 or 10391979. OLE color: 10391979.

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

Color convert

RGB 171 145 158 -
CMYK 0 0.15 0.08 0.33
HSL 330º 0.13% 0.62% -
HSV(B) 330º 0.15% 0.67% -
XYZ 33.09 31.38 36.66 -
YUV 154.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 171 145 158 0 0.15 0.08 0.33 330 0.13 0.62
Hex AB 91 9E 0 F 8 21 14A D 3E
Octal 253 221 236 0 17 10 41 512 15 76
Binary 10101011 10010001 10011110 0 1111 1000 100001 101001010 1101 111110

Color Harmonies of #AB919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB919E

Black with #AB919E

Text Example


Text Example

White with #AB919E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB919E; }

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

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

background-color css

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

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

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

border-color css

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

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

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