Html Css Color HEX #AB9C9F Shady Lady

📋 copy color: '#AB9C9F'

red 171 ◦ green 156 ◦ blue 159

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

Shades of Shady Lady #AB9C9F

Tints of Shady Lady #AB9C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.72%

R = 35.19%
G = 32.1%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB9C9F (or 0xAB9C9F) is known color: Shady Lady. HEX triplet: AB, 9C and 9F. RGB value is (171,156,159). Sum of RGB (Red+Green+Blue) = 171+156+159=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C9F is #546360. Grayscale: #A0A0A0. Windows color (decimal): -5530465 or 10460331. OLE color: 10460331.

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

Color convert

RGB 171 156 159 -
CMYK 0 0.09 0.07 0.33
HSL 348º 0.08% 0.64% -
HSV(B) 348º 0.09% 0.67% -
XYZ 34.94 34.94 37.7 -
YUV 160.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 171 156 159 0 0.09 0.07 0.33 348 0.08 0.64
Hex AB 9C 9F 0 9 7 21 15C 8 40
Octal 253 234 237 0 11 7 41 534 10 100
Binary 10101011 10011100 10011111 0 1001 111 100001 101011100 1000 1000000

Color Harmonies of #AB9C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C9F

Black with #AB9C9F

Text Example


Text Example

White with #AB9C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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