Html Css Color HEX #AB9CA1 Shady Lady

📋 copy color: '#AB9CA1'

red 171 ◦ green 156 ◦ blue 161

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

Shades of Shady Lady #AB9CA1

Tints of Shady Lady #AB9CA1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

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

R = 35.04%
G = 31.97%
B = 32.99%

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

#AB9CA1 (or 0xAB9CA1) is known color: Shady Lady. HEX triplet: AB, 9C and A1. RGB value is (171,156,161). Sum of RGB (Red+Green+Blue) = 171+156+161=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CA1 is #54635E. Grayscale: #A1A1A1. Windows color (decimal): -5530463 or 10591403. OLE color: 10591403.

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

Color convert

RGB 171 156 161 -
CMYK 0 0.09 0.06 0.33
HSL 340º 0.08% 0.64% -
HSV(B) 340º 0.09% 0.67% -
XYZ 35.12 35.01 38.62 -
YUV 161.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 171 156 161 0 0.09 0.06 0.33 340 0.08 0.64
Hex AB 9C A1 0 9 6 21 154 8 40
Octal 253 234 241 0 11 6 41 524 10 100
Binary 10101011 10011100 10100001 0 1001 110 100001 101010100 1000 1000000

Color Harmonies of #AB9CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CA1

Black with #AB9CA1

Text Example


Text Example

White with #AB9CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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