Html Css Color HEX #AB9DA2 Shady Lady

📋 copy color: '#AB9DA2'

red 171 ◦ green 157 ◦ blue 162

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

Shades of Shady Lady #AB9DA2

Tints of Shady Lady #AB9DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.06%

R = 34.9%
G = 32.04%
B = 33.06%

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

#AB9DA2 (or 0xAB9DA2) is known color: Shady Lady. HEX triplet: AB, 9D and A2. RGB value is (171,157,162). Sum of RGB (Red+Green+Blue) = 171+157+162=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DA2 is #54625D. Grayscale: #A1A1A1. Windows color (decimal): -5530206 or 10657195. OLE color: 10657195.

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

Color convert

RGB 171 157 162 -
CMYK 0 0.08 0.05 0.33
HSL 338.57º 0.08% 0.64% -
HSV(B) 338.57º 0.08% 0.67% -
XYZ 35.37 35.38 39.15 -
YUV 161.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 171 157 162 0 0.08 0.05 0.33 338.57 0.08 0.64
Hex AB 9D A2 0 8 5 21 153 8 40
Octal 253 235 242 0 10 5 41 523 10 100
Binary 10101011 10011101 10100010 0 1000 101 100001 101010011 1000 1000000

Color Harmonies of #AB9DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DA2

Black with #AB9DA2

Text Example


Text Example

White with #AB9DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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