Html Css Color HEX #AC949C Shady Lady

📋 copy color: '#AC949C'

red 172 ◦ green 148 ◦ blue 156

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

Shades of Shady Lady #AC949C

Tints of Shady Lady #AC949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 36.13%
G = 31.09%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC949C (or 0xAC949C) is known color: Shady Lady. HEX triplet: AC, 94 and 9C. RGB value is (172,148,156). Sum of RGB (Red+Green+Blue) = 172+148+156=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949C is #536B63. Grayscale: #9C9C9C. Windows color (decimal): -5466980 or 10261676. OLE color: 10261676.

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

Color convert

RGB 172 148 156 -
CMYK 0 0.14 0.09 0.33
HSL 340º 0.13% 0.63% -
HSV(B) 340º 0.14% 0.67% -
XYZ 33.6 32.35 35.93 -
YUV 156.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 172 148 156 0 0.14 0.09 0.33 340 0.13 0.63
Hex AC 94 9C 0 E 9 21 154 D 3F
Octal 254 224 234 0 16 11 41 524 15 77
Binary 10101100 10010100 10011100 0 1110 1001 100001 101010100 1101 111111

Color Harmonies of #AC949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC949C

Black with #AC949C

Text Example


Text Example

White with #AC949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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