Html Css Color HEX #AB9AA1 Shady Lady

📋 copy color: '#AB9AA1'

red 171 ◦ green 154 ◦ blue 161

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

Shades of Shady Lady #AB9AA1

Tints of Shady Lady #AB9AA1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.69%

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

R = 35.19%
G = 31.69%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB9AA1 (or 0xAB9AA1) is known color: Shady Lady. HEX triplet: AB, 9A and A1. RGB value is (171,154,161). Sum of RGB (Red+Green+Blue) = 171+154+161=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AA1 is #54655E. Grayscale: #9F9F9F. Windows color (decimal): -5530975 or 10590891. OLE color: 10590891.

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

Color convert

RGB 171 154 161 -
CMYK 0 0.10 0.06 0.33
HSL 335.29º 0.09% 0.64% -
HSV(B) 335.29º 0.1% 0.67% -
XYZ 34.78 34.34 38.51 -
YUV 159.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 171 154 161 0 0.10 0.06 0.33 335.29 0.09 0.64
Hex AB 9A A1 0 A 6 21 14F 9 40
Octal 253 232 241 0 12 6 41 517 11 100
Binary 10101011 10011010 10100001 0 1010 110 100001 101001111 1001 1000000

Color Harmonies of #AB9AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9AA1

Black with #AB9AA1

Text Example


Text Example

White with #AB9AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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