Html Css Color HEX #A6949A Shady Lady

📋 copy color: '#A6949A'

red 166 ◦ green 148 ◦ blue 154

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

Shades of Shady Lady #A6949A

Tints of Shady Lady #A6949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 35.47%
G = 31.62%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6949A (or 0xA6949A) is known color: Shady Lady. HEX triplet: A6, 94 and 9A. RGB value is (166,148,154). Sum of RGB (Red+Green+Blue) = 166+148+154=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A6949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6949A is #596B65. Grayscale: #9A9A9A. Windows color (decimal): -5860198 or 10130598. OLE color: 10130598.

HSL color Cylindrical-coordinate representation of color #A6949A: hue angle of 340º 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 #A6949A is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 154 -
CMYK 0 0.11 0.07 0.35
HSL 340º 0.09% 0.62% -
HSV(B) 340º 0.11% 0.65% -
XYZ 32.15 31.62 34.98 -
YUV 154.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 166 148 154 0 0.11 0.07 0.35 340 0.09 0.62
Hex A6 94 9A 0 B 7 23 154 9 3E
Octal 246 224 232 0 13 7 43 524 11 76
Binary 10100110 10010100 10011010 0 1011 111 100011 101010100 1001 111110

Color Harmonies of #A6949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6949A

Black with #A6949A

Text Example


Text Example

White with #A6949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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