Html Css Color HEX #AB9BA4 Shady Lady

📋 copy color: '#AB9BA4'

red 171 ◦ green 155 ◦ blue 164

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

Shades of Shady Lady #AB9BA4

Tints of Shady Lady #AB9BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.47%

R = 34.9%
G = 31.63%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB9BA4 (or 0xAB9BA4) is known color: Shady Lady. HEX triplet: AB, 9B and A4. RGB value is (171,155,164). Sum of RGB (Red+Green+Blue) = 171+155+164=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BA4 is #54645B. Grayscale: #A0A0A0. Windows color (decimal): -5530716 or 10787755. OLE color: 10787755.

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

Color convert

RGB 171 155 164 -
CMYK 0 0.09 0.04 0.33
HSL 326.25º 0.09% 0.64% -
HSV(B) 326.25º 0.09% 0.67% -
XYZ 35.22 34.78 39.98 -
YUV 160.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 171 155 164 0 0.09 0.04 0.33 326.25 0.09 0.64
Hex AB 9B A4 0 9 4 21 146 9 40
Octal 253 233 244 0 11 4 41 506 11 100
Binary 10101011 10011011 10100100 0 1001 100 100001 101000110 1001 1000000

Color Harmonies of #AB9BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BA4

Black with #AB9BA4

Text Example


Text Example

White with #AB9BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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