Html Css Color HEX #A6939D Shady Lady

📋 copy color: '#A6939D'

red 166 ◦ green 147 ◦ blue 157

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

Shades of Shady Lady #A6939D

Tints of Shady Lady #A6939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.28%

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 35.32%
G = 31.28%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6939D (or 0xA6939D) is known color: Shady Lady. HEX triplet: A6, 93 and 9D. RGB value is (166,147,157). Sum of RGB (Red+Green+Blue) = 166+147+157=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A6939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6939D is #596C62. Grayscale: #999999. Windows color (decimal): -5860451 or 10326950. OLE color: 10326950.

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

Color convert

RGB 166 147 157 -
CMYK 0 0.11 0.05 0.35
HSL 328.42º 0.1% 0.61% -
HSV(B) 328.42º 0.11% 0.65% -
XYZ 32.25 31.41 36.26 -
YUV 153.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 166 147 157 0 0.11 0.05 0.35 328.42 0.1 0.61
Hex A6 93 9D 0 B 5 23 148 A 3D
Octal 246 223 235 0 13 5 43 510 12 75
Binary 10100110 10010011 10011101 0 1011 101 100011 101001000 1010 111101

Color Harmonies of #A6939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6939D

Black with #A6939D

Text Example


Text Example

White with #A6939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6939D; }

 p { color: rgb(166,147,157); }

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

background-color css

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

 a { background-color: rgb(166,147,157); }

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

border-color css

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

 span { border-color: rgb(166,147,157); }

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