Html Css Color HEX #AB969F Shady Lady

📋 copy color: '#AB969F'

red 171 ◦ green 150 ◦ blue 159

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

Shades of Shady Lady #AB969F

Tints of Shady Lady #AB969F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.25%

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

R = 35.63%
G = 31.25%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB969F (or 0xAB969F) is known color: Shady Lady. HEX triplet: AB, 96 and 9F. RGB value is (171,150,159). Sum of RGB (Red+Green+Blue) = 171+150+159=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB969F is #546960. Grayscale: #9D9D9D. Windows color (decimal): -5532001 or 10458795. OLE color: 10458795.

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

Color convert

RGB 171 150 159 -
CMYK 0 0.12 0.07 0.33
HSL 334.29º 0.11% 0.63% -
HSV(B) 334.29º 0.12% 0.67% -
XYZ 33.96 32.97 37.38 -
YUV 157.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 171 150 159 0 0.12 0.07 0.33 334.29 0.11 0.63
Hex AB 96 9F 0 C 7 21 14E B 3F
Octal 253 226 237 0 14 7 41 516 13 77
Binary 10101011 10010110 10011111 0 1100 111 100001 101001110 1011 111111

Color Harmonies of #AB969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB969F

Black with #AB969F

Text Example


Text Example

White with #AB969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB969F; }

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

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

background-color css

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

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

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

border-color css

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

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

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