Html Css Color HEX #AB9BA3 Shady Lady

📋 copy color: '#AB9BA3'

red 171 ◦ green 155 ◦ blue 163

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

Shades of Shady Lady #AB9BA3

Tints of Shady Lady #AB9BA3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 163 (64.06% from 255) = 33.33%

R = 34.97%
G = 31.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB9BA3 (or 0xAB9BA3) is known color: Shady Lady. HEX triplet: AB, 9B and A3. RGB value is (171,155,163). Sum of RGB (Red+Green+Blue) = 171+155+163=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BA3 is #54645C. Grayscale: #A0A0A0. Windows color (decimal): -5530717 or 10722219. OLE color: 10722219.

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

Color convert

RGB 171 155 163 -
CMYK 0 0.09 0.05 0.33
HSL 330º 0.09% 0.64% -
HSV(B) 330º 0.09% 0.67% -
XYZ 35.13 34.74 39.51 -
YUV 160.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 171 155 163 0 0.09 0.05 0.33 330 0.09 0.64
Hex AB 9B A3 0 9 5 21 14A 9 40
Octal 253 233 243 0 11 5 41 512 11 100
Binary 10101011 10011011 10100011 0 1001 101 100001 101001010 1001 1000000

Color Harmonies of #AB9BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BA3

Black with #AB9BA3

Text Example


Text Example

White with #AB9BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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