Html Css Color HEX #AB9DA3 Shady Lady

📋 copy color: '#AB9DA3'

red 171 ◦ green 157 ◦ blue 163

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

Shades of Shady Lady #AB9DA3

Tints of Shady Lady #AB9DA3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

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

R = 34.83%
G = 31.98%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB9DA3 (or 0xAB9DA3) is known color: Shady Lady. HEX triplet: AB, 9D and A3. RGB value is (171,157,163). Sum of RGB (Red+Green+Blue) = 171+157+163=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DA3 is #54625C. Grayscale: #A1A1A1. Windows color (decimal): -5530205 or 10722731. OLE color: 10722731.

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

Color convert

RGB 171 157 163 -
CMYK 0 0.08 0.05 0.33
HSL 334.29º 0.08% 0.64% -
HSV(B) 334.29º 0.08% 0.67% -
XYZ 35.46 35.42 39.62 -
YUV 161.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 171 157 163 0 0.08 0.05 0.33 334.29 0.08 0.64
Hex AB 9D A3 0 8 5 21 14E 8 40
Octal 253 235 243 0 10 5 41 516 10 100
Binary 10101011 10011101 10100011 0 1000 101 100001 101001110 1000 1000000

Color Harmonies of #AB9DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DA3

Black with #AB9DA3

Text Example


Text Example

White with #AB9DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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