Html Css Color HEX #AB909B Shady Lady

📋 copy color: '#AB909B'

red 171 ◦ green 144 ◦ blue 155

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

Shades of Shady Lady #AB909B

Tints of Shady Lady #AB909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

 BLUE value IS 155 (60.94% from 255) = 32.98%

R = 36.38%
G = 30.64%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB909B (or 0xAB909B) is known color: Shady Lady. HEX triplet: AB, 90 and 9B. RGB value is (171,144,155). Sum of RGB (Red+Green+Blue) = 171+144+155=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 171 - color contains mainly: red. Hex color #AB909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB909B is #546F64. Grayscale: #999999. Windows color (decimal): -5533541 or 10195115. OLE color: 10195115.

HSL color Cylindrical-coordinate representation of color #AB909B: hue angle of 335.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB909B is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 144 155 -
CMYK 0 0.16 0.09 0.33
HSL 335.56º 0.14% 0.62% -
HSV(B) 335.56º 0.16% 0.67% -
XYZ 32.68 30.97 35.27 -
YUV 153.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 171 144 155 0 0.16 0.09 0.33 335.56 0.14 0.62
Hex AB 90 9B 0 10 9 21 150 E 3E
Octal 253 220 233 0 20 11 41 520 16 76
Binary 10101011 10010000 10011011 0 10000 1001 100001 101010000 1110 111110

Color Harmonies of #AB909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB909B

Black with #AB909B

Text Example


Text Example

White with #AB909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB909B; }

 p { color: rgb(171,144,155); }

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

background-color css

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

 a { background-color: rgb(171,144,155); }

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

border-color css

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

 span { border-color: rgb(171,144,155); }

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