#AC9099

Color #AC9099 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AC9099

Tints of Shady Lady #AC9099

Color information

#AC9099 (or 0xAC9099) is unknown color: approx Shady Lady. HEX triplet: AC, 90 and 99. RGB value is (172,144,153). Sum of RGB (Red+Green+Blue) = 172+144+153=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9099 is #536F66. Grayscale: #999999. Windows color (decimal): -5468007 or 10064044. OLE color: 10064044.

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

Color convert

RGB172144153-
CMYK00.160.110.33
HSL340.71º14.43%61.96%-
HSV(B)340.71º16.28%67.45%-
XYZ32.7431.0234.4-
YUV153.4127.78141.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=36.67%
G=30.70%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214415300.160.110.33340.7114.4361.96
HexAC9099010B21155e3e
Octal25422023102013415251676
Binary10101100100100001001100101000010111000011010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9099; }

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

 H1.HeaderClassName
 {
   color: #AC9099;
 }
 .AnyTagClassName
 {
   color: #AC9099;
 }
</style>
background-color css

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

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

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

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

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

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