Html Css Color HEX #A6989F Shady Lady

📋 copy color: '#A6989F'

red 166 ◦ green 152 ◦ blue 159

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

Shades of Shady Lady #A6989F

Tints of Shady Lady #A6989F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.33%

R = 34.8%
G = 31.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6989F (or 0xA6989F) is known color: Shady Lady. HEX triplet: A6, 98 and 9F. RGB value is (166,152,159). Sum of RGB (Red+Green+Blue) = 166+152+159=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6989F is #596760. Grayscale: #9C9C9C. Windows color (decimal): -5859169 or 10459302. OLE color: 10459302.

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

Color convert

RGB 166 152 159 -
CMYK 0 0.08 0.04 0.35
HSL 330º 0.07% 0.62% -
HSV(B) 330º 0.08% 0.65% -
XYZ 33.21 33.07 37.43 -
YUV 156.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 166 152 159 0 0.08 0.04 0.35 330 0.07 0.62
Hex A6 98 9F 0 8 4 23 14A 7 3E
Octal 246 230 237 0 10 4 43 512 7 76
Binary 10100110 10011000 10011111 0 1000 100 100011 101001010 111 111110

Color Harmonies of #A6989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6989F

Black with #A6989F

Text Example


Text Example

White with #A6989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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