Html Css Color HEX #A6949C Shady Lady

📋 copy color: '#A6949C'

red 166 ◦ green 148 ◦ blue 156

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

Shades of Shady Lady #A6949C

Tints of Shady Lady #A6949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.49%

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 35.32%
G = 31.49%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6949C (or 0xA6949C) is known color: Shady Lady. HEX triplet: A6, 94 and 9C. RGB value is (166,148,156). Sum of RGB (Red+Green+Blue) = 166+148+156=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A6949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6949C is #596B63. Grayscale: #9A9A9A. Windows color (decimal): -5860196 or 10261670. OLE color: 10261670.

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

Color convert

RGB 166 148 156 -
CMYK 0 0.11 0.06 0.35
HSL 333.33º 0.09% 0.62% -
HSV(B) 333.33º 0.11% 0.65% -
XYZ 32.32 31.69 35.87 -
YUV 154.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 166 148 156 0 0.11 0.06 0.35 333.33 0.09 0.62
Hex A6 94 9C 0 B 6 23 14D 9 3E
Octal 246 224 234 0 13 6 43 515 11 76
Binary 10100110 10010100 10011100 0 1011 110 100011 101001101 1001 111110

Color Harmonies of #A6949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6949C

Black with #A6949C

Text Example


Text Example

White with #A6949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6949C; }

 p { color: rgb(166,148,156); }

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

background-color css

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

 a { background-color: rgb(166,148,156); }

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

border-color css

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

 span { border-color: rgb(166,148,156); }

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