Html Css Color HEX #AC96A0 Shady Lady

📋 copy color: '#AC96A0'

red 172 ◦ green 150 ◦ blue 160

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

Shades of Shady Lady #AC96A0

Tints of Shady Lady #AC96A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.12%

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 35.68%
G = 31.12%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC96A0 (or 0xAC96A0) is known color: Shady Lady. HEX triplet: AC, 96 and A0. RGB value is (172,150,160). Sum of RGB (Red+Green+Blue) = 172+150+160=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96A0 is #53695F. Grayscale: #9D9D9D. Windows color (decimal): -5466464 or 10524332. OLE color: 10524332.

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

Color convert

RGB 172 150 160 -
CMYK 0 0.13 0.07 0.33
HSL 332.73º 0.12% 0.63% -
HSV(B) 332.73º 0.13% 0.67% -
XYZ 34.26 33.12 37.84 -
YUV 157.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 172 150 160 0 0.13 0.07 0.33 332.73 0.12 0.63
Hex AC 96 A0 0 D 7 21 14D C 3F
Octal 254 226 240 0 15 7 41 515 14 77
Binary 10101100 10010110 10100000 0 1101 111 100001 101001101 1100 111111

Color Harmonies of #AC96A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC96A0

Black with #AC96A0

Text Example


Text Example

White with #AC96A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC96A0; }

 p { color: rgb(172,150,160); }

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

background-color css

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

 a { background-color: rgb(172,150,160); }

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

border-color css

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

 span { border-color: rgb(172,150,160); }

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