Html Css Color HEX #ABA6A9 Shady Lady

📋 copy color: '#ABA6A9'

red 171 ◦ green 166 ◦ blue 169

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

Shades of Shady Lady #ABA6A9

Tints of Shady Lady #ABA6A9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.81%

 BLUE value IS 169 (66.41% from 255) = 33.4%

R = 33.79%
G = 32.81%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#ABA6A9 (or 0xABA6A9) is known color: Shady Lady. HEX triplet: AB, A6 and A9. RGB value is (171,166,169). Sum of RGB (Red+Green+Blue) = 171+166+169=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6A9 is #545956. Grayscale: #A7A7A7. Windows color (decimal): -5527895 or 11118251. OLE color: 11118251.

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

Color convert

RGB 171 166 169 -
CMYK 0 0.03 0.01 0.33
HSL 324º 0.03% 0.66% -
HSV(B) 324º 0.03% 0.67% -
XYZ 37.59 38.79 43.04 -
YUV 167.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 171 166 169 0 0.03 0.01 0.33 324 0.03 0.66
Hex AB A6 A9 0 3 1 21 144 3 42
Octal 253 246 251 0 3 1 41 504 3 102
Binary 10101011 10100110 10101001 0 11 1 100001 101000100 11 1000010

Color Harmonies of #ABA6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6A9

Black with #ABA6A9

Text Example


Text Example

White with #ABA6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6A9; }

 p { color: rgb(171,166,169); }

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

background-color css

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

 a { background-color: rgb(171,166,169); }

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

border-color css

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

 span { border-color: rgb(171,166,169); }

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