Html Css Color HEX #AB939E Shady Lady

📋 copy color: '#AB939E'

red 171 ◦ green 147 ◦ blue 158

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

Shades of Shady Lady #AB939E

Tints of Shady Lady #AB939E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

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

R = 35.92%
G = 30.88%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB939E (or 0xAB939E) is known color: Shady Lady. HEX triplet: AB, 93 and 9E. RGB value is (171,147,158). Sum of RGB (Red+Green+Blue) = 171+147+158=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB939E is #546C61. Grayscale: #9B9B9B. Windows color (decimal): -5532770 or 10392491. OLE color: 10392491.

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

Color convert

RGB 171 147 158 -
CMYK 0 0.14 0.08 0.33
HSL 332.5º 0.13% 0.62% -
HSV(B) 332.5º 0.14% 0.67% -
XYZ 33.4 31.99 36.76 -
YUV 155.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 171 147 158 0 0.14 0.08 0.33 332.5 0.13 0.62
Hex AB 93 9E 0 E 8 21 14C C 3E
Octal 253 223 236 0 16 10 41 514 14 76
Binary 10101011 10010011 10011110 0 1110 1000 100001 101001100 1100 111110

Color Harmonies of #AB939E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB939E

Black with #AB939E

Text Example


Text Example

White with #AB939E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB939E; }

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

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

background-color css

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

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

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

border-color css

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

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

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