Html Css Color HEX #AC989F Shady Lady

📋 copy color: '#AC989F'

red 172 ◦ green 152 ◦ blue 159

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

Shades of Shady Lady #AC989F

Tints of Shady Lady #AC989F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.47%

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

R = 35.61%
G = 31.47%
B = 32.92%

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

#AC989F (or 0xAC989F) is known color: Shady Lady. HEX triplet: AC, 98 and 9F. RGB value is (172,152,159). Sum of RGB (Red+Green+Blue) = 172+152+159=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC989F is #536760. Grayscale: #9E9E9E. Windows color (decimal): -5465953 or 10459308. OLE color: 10459308.

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

Color convert

RGB 172 152 159 -
CMYK 0 0.12 0.08 0.33
HSL 339º 0.11% 0.64% -
HSV(B) 339º 0.12% 0.67% -
XYZ 34.5 33.73 37.49 -
YUV 158.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 172 152 159 0 0.12 0.08 0.33 339 0.11 0.64
Hex AC 98 9F 0 C 8 21 153 B 40
Octal 254 230 237 0 14 10 41 523 13 100
Binary 10101100 10011000 10011111 0 1100 1000 100001 101010011 1011 1000000

Color Harmonies of #AC989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC989F

Black with #AC989F

Text Example


Text Example

White with #AC989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC989F; }

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

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

background-color css

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

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

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

border-color css

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

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

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