Html Css Color HEX #AC8F9C Shady Lady

📋 copy color: '#AC8F9C'

red 172 ◦ green 143 ◦ blue 156

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

Shades of Shady Lady #AC8F9C

Tints of Shady Lady #AC8F9C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.36%

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

R = 36.52%
G = 30.36%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC8F9C (or 0xAC8F9C) is known color: Shady Lady. HEX triplet: AC, 8F and 9C. RGB value is (172,143,156). Sum of RGB (Red+Green+Blue) = 172+143+156=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F9C is #537063. Grayscale: #999999. Windows color (decimal): -5468260 or 10260396. OLE color: 10260396.

HSL color Cylindrical-coordinate representation of color #AC8F9C: hue angle of 333.1º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC8F9C is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 156 -
CMYK 0 0.17 0.09 0.33
HSL 333.1º 0.15% 0.62% -
HSV(B) 333.1º 0.17% 0.67% -
XYZ 32.84 30.82 35.67 -
YUV 153.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 172 143 156 0 0.17 0.09 0.33 333.1 0.15 0.62
Hex AC 8F 9C 0 11 9 21 14D F 3E
Octal 254 217 234 0 21 11 41 515 17 76
Binary 10101100 10001111 10011100 0 10001 1001 100001 101001101 1111 111110

Color Harmonies of #AC8F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F9C

Black with #AC8F9C

Text Example


Text Example

White with #AC8F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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