Html Css Color HEX #AB9A9F Shady Lady

📋 copy color: '#AB9A9F'

red 171 ◦ green 154 ◦ blue 159

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

Shades of Shady Lady #AB9A9F

Tints of Shady Lady #AB9A9F

RGB

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

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

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

R = 35.33%
G = 31.82%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB9A9F (or 0xAB9A9F) is known color: Shady Lady. HEX triplet: AB, 9A and 9F. RGB value is (171,154,159). Sum of RGB (Red+Green+Blue) = 171+154+159=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A9F is #546560. Grayscale: #9F9F9F. Windows color (decimal): -5530977 or 10459819. OLE color: 10459819.

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

Color convert

RGB 171 154 159 -
CMYK 0 0.10 0.07 0.33
HSL 342.35º 0.09% 0.64% -
HSV(B) 342.35º 0.1% 0.67% -
XYZ 34.61 34.27 37.59 -
YUV 159.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 171 154 159 0 0.10 0.07 0.33 342.35 0.09 0.64
Hex AB 9A 9F 0 A 7 21 156 9 40
Octal 253 232 237 0 12 7 41 526 11 100
Binary 10101011 10011010 10011111 0 1010 111 100001 101010110 1001 1000000

Color Harmonies of #AB9A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A9F

Black with #AB9A9F

Text Example


Text Example

White with #AB9A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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