Html Css Color HEX #AC949F Shady Lady

📋 copy color: '#AC949F'

red 172 ◦ green 148 ◦ blue 159

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

Shades of Shady Lady #AC949F

Tints of Shady Lady #AC949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 35.91%
G = 30.9%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC949F (or 0xAC949F) is known color: Shady Lady. HEX triplet: AC, 94 and 9F. RGB value is (172,148,159). Sum of RGB (Red+Green+Blue) = 172+148+159=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949F is #536B60. Grayscale: #9C9C9C. Windows color (decimal): -5466977 or 10458284. OLE color: 10458284.

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

Color convert

RGB 172 148 159 -
CMYK 0 0.14 0.08 0.33
HSL 332.5º 0.13% 0.63% -
HSV(B) 332.5º 0.14% 0.67% -
XYZ 33.86 32.45 37.28 -
YUV 156.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 172 148 159 0 0.14 0.08 0.33 332.5 0.13 0.63
Hex AC 94 9F 0 E 8 21 14C D 3F
Octal 254 224 237 0 16 10 41 514 15 77
Binary 10101100 10010100 10011111 0 1110 1000 100001 101001100 1101 111111

Color Harmonies of #AC949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC949F

Black with #AC949F

Text Example


Text Example

White with #AC949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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