Html Css Color HEX #AB9CA5 Shady Lady

📋 copy color: '#AB9CA5'

red 171 ◦ green 156 ◦ blue 165

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

Shades of Shady Lady #AB9CA5

Tints of Shady Lady #AB9CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 34.76%
G = 31.71%
B = 33.54%

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

#AB9CA5 (or 0xAB9CA5) is known color: Shady Lady. HEX triplet: AB, 9C and A5. RGB value is (171,156,165). Sum of RGB (Red+Green+Blue) = 171+156+165=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CA5 is #54635A. Grayscale: #A1A1A1. Windows color (decimal): -5530459 or 10853547. OLE color: 10853547.

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

Color convert

RGB 171 156 165 -
CMYK 0 0.09 0.04 0.33
HSL 324º 0.08% 0.64% -
HSV(B) 324º 0.09% 0.67% -
XYZ 35.47 35.15 40.51 -
YUV 161.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 171 156 165 0 0.09 0.04 0.33 324 0.08 0.64
Hex AB 9C A5 0 9 4 21 144 8 40
Octal 253 234 245 0 11 4 41 504 10 100
Binary 10101011 10011100 10100101 0 1001 100 100001 101000100 1000 1000000

Color Harmonies of #AB9CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CA5

Black with #AB9CA5

Text Example


Text Example

White with #AB9CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CA5; }

 p { color: rgb(171,156,165); }

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

background-color css

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

 a { background-color: rgb(171,156,165); }

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

border-color css

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

 span { border-color: rgb(171,156,165); }

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