Html Css Color HEX #AB9FA4 Shady Lady

📋 copy color: '#AB9FA4'

red 171 ◦ green 159 ◦ blue 164

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

Shades of Shady Lady #AB9FA4

Tints of Shady Lady #AB9FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.19%

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

R = 34.62%
G = 32.19%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB9FA4 (or 0xAB9FA4) is known color: Shady Lady. HEX triplet: AB, 9F and A4. RGB value is (171,159,164). Sum of RGB (Red+Green+Blue) = 171+159+164=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FA4 is #54605B. Grayscale: #A3A3A3. Windows color (decimal): -5529692 or 10788779. OLE color: 10788779.

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

Color convert

RGB 171 159 164 -
CMYK 0 0.07 0.04 0.33
HSL 335º 0.07% 0.65% -
HSV(B) 335º 0.07% 0.67% -
XYZ 35.89 36.13 40.2 -
YUV 163.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 171 159 164 0 0.07 0.04 0.33 335 0.07 0.65
Hex AB 9F A4 0 7 4 21 14F 7 41
Octal 253 237 244 0 7 4 41 517 7 101
Binary 10101011 10011111 10100100 0 111 100 100001 101001111 111 1000001

Color Harmonies of #AB9FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FA4

Black with #AB9FA4

Text Example


Text Example

White with #AB9FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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