Html Css Color HEX #AB9BA1 Shady Lady

📋 copy color: '#AB9BA1'

red 171 ◦ green 155 ◦ blue 161

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

Shades of Shady Lady #AB9BA1

Tints of Shady Lady #AB9BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

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

R = 35.11%
G = 31.83%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB9BA1 (or 0xAB9BA1) is known color: Shady Lady. HEX triplet: AB, 9B and A1. RGB value is (171,155,161). Sum of RGB (Red+Green+Blue) = 171+155+161=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BA1 is #54645E. Grayscale: #A0A0A0. Windows color (decimal): -5530719 or 10591147. OLE color: 10591147.

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

Color convert

RGB 171 155 161 -
CMYK 0 0.09 0.06 0.33
HSL 337.5º 0.09% 0.64% -
HSV(B) 337.5º 0.09% 0.67% -
XYZ 34.95 34.67 38.57 -
YUV 160.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 171 155 161 0 0.09 0.06 0.33 337.5 0.09 0.64
Hex AB 9B A1 0 9 6 21 152 9 40
Octal 253 233 241 0 11 6 41 522 11 100
Binary 10101011 10011011 10100001 0 1001 110 100001 101010010 1001 1000000

Color Harmonies of #AB9BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BA1

Black with #AB9BA1

Text Example


Text Example

White with #AB9BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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