Html Css Color HEX #AB96A0 Shady Lady

📋 copy color: '#AB96A0'

red 171 ◦ green 150 ◦ blue 160

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

Shades of Shady Lady #AB96A0

Tints of Shady Lady #AB96A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 35.55%
G = 31.19%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB96A0 (or 0xAB96A0) is known color: Shady Lady. HEX triplet: AB, 96 and A0. RGB value is (171,150,160). Sum of RGB (Red+Green+Blue) = 171+150+160=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB96A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96A0 is #54695F. Grayscale: #9D9D9D. Windows color (decimal): -5532000 or 10524331. OLE color: 10524331.

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

Color convert

RGB 171 150 160 -
CMYK 0 0.12 0.06 0.33
HSL 331.43º 0.11% 0.63% -
HSV(B) 331.43º 0.12% 0.67% -
XYZ 34.05 33.01 37.83 -
YUV 157.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 171 150 160 0 0.12 0.06 0.33 331.43 0.11 0.63
Hex AB 96 A0 0 C 6 21 14B B 3F
Octal 253 226 240 0 14 6 41 513 13 77
Binary 10101011 10010110 10100000 0 1100 110 100001 101001011 1011 111111

Color Harmonies of #AB96A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96A0

Black with #AB96A0

Text Example


Text Example

White with #AB96A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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