Html Css Color HEX #A6979E Shady Lady

📋 copy color: '#A6979E'

red 166 ◦ green 151 ◦ blue 158

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

Shades of Shady Lady #A6979E

Tints of Shady Lady #A6979E

RGB

 RED value IS 166 (65.23% from 255) = 34.95%

 GREEN value IS 151 (59.38% from 255) = 31.79%

 BLUE value IS 158 (62.11% from 255) = 33.26%

R = 34.95%
G = 31.79%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6979E (or 0xA6979E) is known color: Shady Lady. HEX triplet: A6, 97 and 9E. RGB value is (166,151,158). Sum of RGB (Red+Green+Blue) = 166+151+158=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6979E is #596861. Grayscale: #9C9C9C. Windows color (decimal): -5859426 or 10393510. OLE color: 10393510.

HSL color Cylindrical-coordinate representation of color #A6979E: hue angle of 332º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6979E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 158 -
CMYK 0 0.09 0.05 0.35
HSL 332º 0.08% 0.62% -
HSV(B) 332º 0.09% 0.65% -
XYZ 32.96 32.71 36.92 -
YUV 156.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 166 151 158 0 0.09 0.05 0.35 332 0.08 0.62
Hex A6 97 9E 0 9 5 23 14C 8 3E
Octal 246 227 236 0 11 5 43 514 10 76
Binary 10100110 10010111 10011110 0 1001 101 100011 101001100 1000 111110

Color Harmonies of #A6979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6979E

Black with #A6979E

Text Example


Text Example

White with #A6979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6979E; }

 p { color: rgb(166,151,158); }

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

background-color css

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

 a { background-color: rgb(166,151,158); }

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

border-color css

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

 span { border-color: rgb(166,151,158); }

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