Html Css Color HEX #AB9EA1 Shady Lady

📋 copy color: '#AB9EA1'

red 171 ◦ green 158 ◦ blue 161

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

Shades of Shady Lady #AB9EA1

Tints of Shady Lady #AB9EA1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.24%

 BLUE value IS 161 (63.28% from 255) = 32.86%

R = 34.9%
G = 32.24%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB9EA1 (or 0xAB9EA1) is known color: Shady Lady. HEX triplet: AB, 9E and A1. RGB value is (171,158,161). Sum of RGB (Red+Green+Blue) = 171+158+161=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EA1 is #54615E. Grayscale: #A2A2A2. Windows color (decimal): -5529951 or 10591915. OLE color: 10591915.

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

Color convert

RGB 171 158 161 -
CMYK 0 0.08 0.06 0.33
HSL 346.15º 0.07% 0.65% -
HSV(B) 346.15º 0.08% 0.67% -
XYZ 35.45 35.68 38.74 -
YUV 162.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 171 158 161 0 0.08 0.06 0.33 346.15 0.07 0.65
Hex AB 9E A1 0 8 6 21 15A 7 41
Octal 253 236 241 0 10 6 41 532 7 101
Binary 10101011 10011110 10100001 0 1000 110 100001 101011010 111 1000001

Color Harmonies of #AB9EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EA1

Black with #AB9EA1

Text Example


Text Example

White with #AB9EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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