Html Css Color HEX #ABA6A8 Shady Lady

📋 copy color: '#ABA6A8'

red 171 ◦ green 166 ◦ blue 168

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

Shades of Shady Lady #ABA6A8

Tints of Shady Lady #ABA6A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.27%

R = 33.86%
G = 32.87%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#ABA6A8 (or 0xABA6A8) is known color: Shady Lady. HEX triplet: AB, A6 and A8. RGB value is (171,166,168). Sum of RGB (Red+Green+Blue) = 171+166+168=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6A8 is #545957. Grayscale: #A7A7A7. Windows color (decimal): -5527896 or 11052715. OLE color: 11052715.

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

Color convert

RGB 171 166 168 -
CMYK 0 0.03 0.02 0.33
HSL 336º 0.03% 0.66% -
HSV(B) 336º 0.03% 0.67% -
XYZ 37.5 38.76 42.55 -
YUV 167.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 171 166 168 0 0.03 0.02 0.33 336 0.03 0.66
Hex AB A6 A8 0 3 2 21 150 3 42
Octal 253 246 250 0 3 2 41 520 3 102
Binary 10101011 10100110 10101000 0 11 10 100001 101010000 11 1000010

Color Harmonies of #ABA6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA6A8

Black with #ABA6A8

Text Example


Text Example

White with #ABA6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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