Html Css Color HEX #AC909C Shady Lady

📋 copy color: '#AC909C'

red 172 ◦ green 144 ◦ blue 156

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

Shades of Shady Lady #AC909C

Tints of Shady Lady #AC909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.51%

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

R = 36.44%
G = 30.51%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC909C (or 0xAC909C) is known color: Shady Lady. HEX triplet: AC, 90 and 9C. RGB value is (172,144,156). Sum of RGB (Red+Green+Blue) = 172+144+156=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC909C is #536F63. Grayscale: #999999. Windows color (decimal): -5468004 or 10260652. OLE color: 10260652.

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

Color convert

RGB 172 144 156 -
CMYK 0 0.16 0.09 0.33
HSL 334.29º 0.14% 0.62% -
HSV(B) 334.29º 0.16% 0.67% -
XYZ 32.99 31.12 35.72 -
YUV 153.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 172 144 156 0 0.16 0.09 0.33 334.29 0.14 0.62
Hex AC 90 9C 0 10 9 21 14E E 3E
Octal 254 220 234 0 20 11 41 516 16 76
Binary 10101100 10010000 10011100 0 10000 1001 100001 101001110 1110 111110

Color Harmonies of #AC909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC909C

Black with #AC909C

Text Example


Text Example

White with #AC909C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC909C; }

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

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

background-color css

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

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

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

border-color css

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

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

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