Html Css Color HEX #AC939F Shady Lady

📋 copy color: '#AC939F'

red 172 ◦ green 147 ◦ blue 159

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

Shades of Shady Lady #AC939F

Tints of Shady Lady #AC939F

RGB

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

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

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

R = 35.98%
G = 30.75%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC939F (or 0xAC939F) is known color: Shady Lady. HEX triplet: AC, 93 and 9F. RGB value is (172,147,159). Sum of RGB (Red+Green+Blue) = 172+147+159=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC939F is #536C60. Grayscale: #9B9B9B. Windows color (decimal): -5467233 or 10458028. OLE color: 10458028.

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

Color convert

RGB 172 147 159 -
CMYK 0 0.15 0.08 0.33
HSL 331.2º 0.13% 0.63% -
HSV(B) 331.2º 0.15% 0.67% -
XYZ 33.7 32.14 37.23 -
YUV 155.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 172 147 159 0 0.15 0.08 0.33 331.2 0.13 0.63
Hex AC 93 9F 0 F 8 21 14B D 3F
Octal 254 223 237 0 17 10 41 513 15 77
Binary 10101100 10010011 10011111 0 1111 1000 100001 101001011 1101 111111

Color Harmonies of #AC939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC939F

Black with #AC939F

Text Example


Text Example

White with #AC939F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC939F; }

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

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

background-color css

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

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

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

border-color css

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

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

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