Html Css Color HEX #A6989B Shady Lady

📋 copy color: '#A6989B'

red 166 ◦ green 152 ◦ blue 155

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

Shades of Shady Lady #A6989B

Tints of Shady Lady #A6989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.14%

 BLUE value IS 155 (60.94% from 255) = 32.77%

R = 35.1%
G = 32.14%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6989B (or 0xA6989B) is known color: Shady Lady. HEX triplet: A6, 98 and 9B. RGB value is (166,152,155). Sum of RGB (Red+Green+Blue) = 166+152+155=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6989B is #596764. Grayscale: #9C9C9C. Windows color (decimal): -5859173 or 10197158. OLE color: 10197158.

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

Color convert

RGB 166 152 155 -
CMYK 0 0.08 0.07 0.35
HSL 347.14º 0.07% 0.62% -
HSV(B) 347.14º 0.08% 0.65% -
XYZ 32.87 32.93 35.63 -
YUV 156.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 166 152 155 0 0.08 0.07 0.35 347.14 0.07 0.62
Hex A6 98 9B 0 8 7 23 15B 7 3E
Octal 246 230 233 0 10 7 43 533 7 76
Binary 10100110 10011000 10011011 0 1000 111 100011 101011011 111 111110

Color Harmonies of #A6989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6989B

Black with #A6989B

Text Example


Text Example

White with #A6989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6989B; }

 p { color: rgb(166,152,155); }

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

background-color css

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

 a { background-color: rgb(166,152,155); }

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

border-color css

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

 span { border-color: rgb(166,152,155); }

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