Html Css Color HEX #AC93A1 Shady Lady

📋 copy color: '#AC93A1'

red 172 ◦ green 147 ◦ blue 161

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

Shades of Shady Lady #AC93A1

Tints of Shady Lady #AC93A1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 35.83%
G = 30.63%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC93A1 (or 0xAC93A1) is known color: Shady Lady. HEX triplet: AC, 93 and A1. RGB value is (172,147,161). Sum of RGB (Red+Green+Blue) = 172+147+161=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A1 is #536C5E. Grayscale: #9C9C9C. Windows color (decimal): -5467231 or 10589100. OLE color: 10589100.

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

Color convert

RGB 172 147 161 -
CMYK 0 0.15 0.06 0.33
HSL 326.4º 0.13% 0.63% -
HSV(B) 326.4º 0.15% 0.67% -
XYZ 33.88 32.21 38.15 -
YUV 156.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 172 147 161 0 0.15 0.06 0.33 326.4 0.13 0.63
Hex AC 93 A1 0 F 6 21 146 D 3F
Octal 254 223 241 0 17 6 41 506 15 77
Binary 10101100 10010011 10100001 0 1111 110 100001 101000110 1101 111111

Color Harmonies of #AC93A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93A1

Black with #AC93A1

Text Example


Text Example

White with #AC93A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93A1; }

 p { color: rgb(172,147,161); }

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

background-color css

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

 a { background-color: rgb(172,147,161); }

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

border-color css

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

 span { border-color: rgb(172,147,161); }

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