Html Css Color HEX #AC9199 Shady Lady

📋 copy color: '#AC9199'

red 172 ◦ green 145 ◦ blue 153

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

Shades of Shady Lady #AC9199

Tints of Shady Lady #AC9199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.85%

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 36.6%
G = 30.85%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC9199 (or 0xAC9199) is known color: Shady Lady. HEX triplet: AC, 91 and 99. RGB value is (172,145,153). Sum of RGB (Red+Green+Blue) = 172+145+153=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9199 is #536E66. Grayscale: #999999. Windows color (decimal): -5467751 or 10064300. OLE color: 10064300.

HSL color Cylindrical-coordinate representation of color #AC9199: hue angle of 342.22º 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 #AC9199 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 145 153 -
CMYK 0 0.16 0.11 0.33
HSL 342.22º 0.14% 0.62% -
HSV(B) 342.22º 0.16% 0.67% -
XYZ 32.89 31.32 34.45 -
YUV 153.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 172 145 153 0 0.16 0.11 0.33 342.22 0.14 0.62
Hex AC 91 99 0 10 B 21 156 E 3E
Octal 254 221 231 0 20 13 41 526 16 76
Binary 10101100 10010001 10011001 0 10000 1011 100001 101010110 1110 111110

Color Harmonies of #AC9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9199

Black with #AC9199

Text Example


Text Example

White with #AC9199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9199; }

 p { color: rgb(172,145,153); }

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

background-color css

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

 a { background-color: rgb(172,145,153); }

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

border-color css

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

 span { border-color: rgb(172,145,153); }

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