Html Css Color HEX #AB969E Shady Lady

📋 copy color: '#AB969E'

red 171 ◦ green 150 ◦ blue 158

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

Shades of Shady Lady #AB969E

Tints of Shady Lady #AB969E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.99%

R = 35.7%
G = 31.32%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB969E (or 0xAB969E) is known color: Shady Lady. HEX triplet: AB, 96 and 9E. RGB value is (171,150,158). Sum of RGB (Red+Green+Blue) = 171+150+158=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB969E is #546961. Grayscale: #9D9D9D. Windows color (decimal): -5532002 or 10393259. OLE color: 10393259.

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

Color convert

RGB 171 150 158 -
CMYK 0 0.12 0.08 0.33
HSL 337.14º 0.11% 0.63% -
HSV(B) 337.14º 0.12% 0.67% -
XYZ 33.87 32.94 36.92 -
YUV 157.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 171 150 158 0 0.12 0.08 0.33 337.14 0.11 0.63
Hex AB 96 9E 0 C 8 21 151 B 3F
Octal 253 226 236 0 14 10 41 521 13 77
Binary 10101011 10010110 10011110 0 1100 1000 100001 101010001 1011 111111

Color Harmonies of #AB969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB969E

Black with #AB969E

Text Example


Text Example

White with #AB969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB969E; }

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

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

background-color css

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

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

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

border-color css

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

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

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