Html Css Color HEX #AC959F Shady Lady

📋 copy color: '#AC959F'

red 172 ◦ green 149 ◦ blue 159

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

Shades of Shady Lady #AC959F

Tints of Shady Lady #AC959F

RGB

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

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

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

R = 35.83%
G = 31.04%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC959F (or 0xAC959F) is known color: Shady Lady. HEX triplet: AC, 95 and 9F. RGB value is (172,149,159). Sum of RGB (Red+Green+Blue) = 172+149+159=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC959F is #536A60. Grayscale: #9D9D9D. Windows color (decimal): -5466721 or 10458540. OLE color: 10458540.

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

Color convert

RGB 172 149 159 -
CMYK 0 0.13 0.08 0.33
HSL 333.91º 0.12% 0.63% -
HSV(B) 333.91º 0.13% 0.67% -
XYZ 34.02 32.77 37.33 -
YUV 157.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 172 149 159 0 0.13 0.08 0.33 333.91 0.12 0.63
Hex AC 95 9F 0 D 8 21 14E C 3F
Octal 254 225 237 0 15 10 41 516 14 77
Binary 10101100 10010101 10011111 0 1101 1000 100001 101001110 1100 111111

Color Harmonies of #AC959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC959F

Black with #AC959F

Text Example


Text Example

White with #AC959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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