Html Css Color HEX #A6989C Shady Lady

📋 copy color: '#A6989C'

red 166 ◦ green 152 ◦ blue 156

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

Shades of Shady Lady #A6989C

Tints of Shady Lady #A6989C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.91%

R = 35.02%
G = 32.07%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6989C (or 0xA6989C) is known color: Shady Lady. HEX triplet: A6, 98 and 9C. RGB value is (166,152,156). Sum of RGB (Red+Green+Blue) = 166+152+156=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6989C is #596763. Grayscale: #9C9C9C. Windows color (decimal): -5859172 or 10262694. OLE color: 10262694.

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

Color convert

RGB 166 152 156 -
CMYK 0 0.08 0.06 0.35
HSL 342.86º 0.07% 0.62% -
HSV(B) 342.86º 0.08% 0.65% -
XYZ 32.95 32.96 36.08 -
YUV 156.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 166 152 156 0 0.08 0.06 0.35 342.86 0.07 0.62
Hex A6 98 9C 0 8 6 23 157 7 3E
Octal 246 230 234 0 10 6 43 527 7 76
Binary 10100110 10011000 10011100 0 1000 110 100011 101010111 111 111110

Color Harmonies of #A6989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6989C

Black with #A6989C

Text Example


Text Example

White with #A6989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6989C; }

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

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

background-color css

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

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

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

border-color css

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

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

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