Html Css Color HEX #A6989D Shady Lady

📋 copy color: '#A6989D'

red 166 ◦ green 152 ◦ blue 157

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

Shades of Shady Lady #A6989D

Tints of Shady Lady #A6989D

RGB

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

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

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

R = 34.95%
G = 32%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6989D (or 0xA6989D) is known color: Shady Lady. HEX triplet: A6, 98 and 9D. RGB value is (166,152,157). Sum of RGB (Red+Green+Blue) = 166+152+157=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6989D is #596762. Grayscale: #9C9C9C. Windows color (decimal): -5859171 or 10328230. OLE color: 10328230.

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

Color convert

RGB 166 152 157 -
CMYK 0 0.08 0.05 0.35
HSL 338.57º 0.07% 0.62% -
HSV(B) 338.57º 0.08% 0.65% -
XYZ 33.04 33 36.53 -
YUV 156.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 166 152 157 0 0.08 0.05 0.35 338.57 0.07 0.62
Hex A6 98 9D 0 8 5 23 153 7 3E
Octal 246 230 235 0 10 5 43 523 7 76
Binary 10100110 10011000 10011101 0 1000 101 100011 101010011 111 111110

Color Harmonies of #A6989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6989D

Black with #A6989D

Text Example


Text Example

White with #A6989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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