Html Css Color HEX #AC939D Shady Lady

📋 copy color: '#AC939D'

red 172 ◦ green 147 ◦ blue 157

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

Shades of Shady Lady #AC939D

Tints of Shady Lady #AC939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

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

R = 36.13%
G = 30.88%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC939D (or 0xAC939D) is known color: Shady Lady. HEX triplet: AC, 93 and 9D. RGB value is (172,147,157). Sum of RGB (Red+Green+Blue) = 172+147+157=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC939D is #536C62. Grayscale: #9B9B9B. Windows color (decimal): -5467235 or 10326956. OLE color: 10326956.

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

Color convert

RGB 172 147 157 -
CMYK 0 0.15 0.09 0.33
HSL 336º 0.13% 0.63% -
HSV(B) 336º 0.15% 0.67% -
XYZ 33.53 32.07 36.32 -
YUV 155.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 172 147 157 0 0.15 0.09 0.33 336 0.13 0.63
Hex AC 93 9D 0 F 9 21 150 D 3F
Octal 254 223 235 0 17 11 41 520 15 77
Binary 10101100 10010011 10011101 0 1111 1001 100001 101010000 1101 111111

Color Harmonies of #AC939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC939D

Black with #AC939D

Text Example


Text Example

White with #AC939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC939D; }

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

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

background-color css

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

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

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

border-color css

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

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

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