Html Css Color HEX #AC979F Shady Lady

📋 copy color: '#AC979F'

red 172 ◦ green 151 ◦ blue 159

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

Shades of Shady Lady #AC979F

Tints of Shady Lady #AC979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.33%

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

R = 35.68%
G = 31.33%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC979F (or 0xAC979F) is known color: Shady Lady. HEX triplet: AC, 97 and 9F. RGB value is (172,151,159). Sum of RGB (Red+Green+Blue) = 172+151+159=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC979F is #536860. Grayscale: #9E9E9E. Windows color (decimal): -5466209 or 10459052. OLE color: 10459052.

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

Color convert

RGB 172 151 159 -
CMYK 0 0.12 0.08 0.33
HSL 337.14º 0.11% 0.63% -
HSV(B) 337.14º 0.12% 0.67% -
XYZ 34.34 33.41 37.44 -
YUV 158.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 172 151 159 0 0.12 0.08 0.33 337.14 0.11 0.63
Hex AC 97 9F 0 C 8 21 151 B 3F
Octal 254 227 237 0 14 10 41 521 13 77
Binary 10101100 10010111 10011111 0 1100 1000 100001 101010001 1011 111111

Color Harmonies of #AC979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC979F

Black with #AC979F

Text Example


Text Example

White with #AC979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC979F; }

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

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

background-color css

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

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

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

border-color css

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

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

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