Html Css Color HEX #AC959D Shady Lady

📋 copy color: '#AC959D'

red 172 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #AC959D

Tints of Shady Lady #AC959D

RGB

 RED value IS 172 (67.58% from 255) = 35.98%

 GREEN value IS 149 (58.59% from 255) = 31.17%

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

R = 35.98%
G = 31.17%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC959D (or 0xAC959D) is known color: Shady Lady. HEX triplet: AC, 95 and 9D. RGB value is (172,149,157). Sum of RGB (Red+Green+Blue) = 172+149+157=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC959D is #536A62. Grayscale: #9C9C9C. Windows color (decimal): -5466723 or 10327468. OLE color: 10327468.

HSL color Cylindrical-coordinate representation of color #AC959D: hue angle of 339.13º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC959D is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 157 -
CMYK 0 0.13 0.09 0.33
HSL 339.13º 0.12% 0.63% -
HSV(B) 339.13º 0.13% 0.67% -
XYZ 33.85 32.7 36.43 -
YUV 156.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 172 149 157 0 0.13 0.09 0.33 339.13 0.12 0.63
Hex AC 95 9D 0 D 9 21 153 C 3F
Octal 254 225 235 0 15 11 41 523 14 77
Binary 10101100 10010101 10011101 0 1101 1001 100001 101010011 1100 111111

Color Harmonies of #AC959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC959D

Black with #AC959D

Text Example


Text Example

White with #AC959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC959D; }

 p { color: rgb(172,149,157); }

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

background-color css

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

 a { background-color: rgb(172,149,157); }

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

border-color css

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

 span { border-color: rgb(172,149,157); }

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