Html Css Color HEX #AB999F Shady Lady

📋 copy color: '#AB999F'

red 171 ◦ green 153 ◦ blue 159

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

Shades of Shady Lady #AB999F

Tints of Shady Lady #AB999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

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

R = 35.4%
G = 31.68%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB999F (or 0xAB999F) is known color: Shady Lady. HEX triplet: AB, 99 and 9F. RGB value is (171,153,159). Sum of RGB (Red+Green+Blue) = 171+153+159=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB999F is #546660. Grayscale: #9F9F9F. Windows color (decimal): -5531233 or 10459563. OLE color: 10459563.

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

Color convert

RGB 171 153 159 -
CMYK 0 0.11 0.07 0.33
HSL 340º 0.1% 0.64% -
HSV(B) 340º 0.11% 0.67% -
XYZ 34.44 33.94 37.54 -
YUV 159.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 171 153 159 0 0.11 0.07 0.33 340 0.1 0.64
Hex AB 99 9F 0 B 7 21 154 A 40
Octal 253 231 237 0 13 7 41 524 12 100
Binary 10101011 10011001 10011111 0 1011 111 100001 101010100 1010 1000000

Color Harmonies of #AB999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB999F

Black with #AB999F

Text Example


Text Example

White with #AB999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB999F; }

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

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

background-color css

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

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

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

border-color css

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

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

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