#AC9BA5

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

Shades of Shady Lady #AC9BA5

Tints of Shady Lady #AC9BA5

Color information

#AC9BA5 (or 0xAC9BA5) is unknown color: approx Shady Lady. HEX triplet: AC, 9B and A5. RGB value is (172,155,165). Sum of RGB (Red+Green+Blue) = 172+155+165=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA5 is #53645A. Grayscale: #A1A1A1. Windows color (decimal): -5465179 or 10853292. OLE color: 10853292.

HSL color Cylindrical-coordinate representation of color #AC9BA5: hue angle of 324.71º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9BA5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB172155165-
CMYK00.100.040.33
HSL324.71º9.29%64.12%-
HSV(B)324.71º9.88%67.45%-
XYZ35.5334.9340.47-
YUV161.22130.13135.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 165 (64.84% from 255) = 33.54%
R=34.96%
G=31.50%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215516500.100.040.33324.719.2964.12
HexAC9BA50A421145940
Octal25423324501244150511100
Binary1010110010011011101001010101010010000110100010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BA5; }

 p { color: rgb(172,155,165); }

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

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

 a { background-color: rgb(172,155,165); }

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

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

 span { border-color: rgb(172,155,165); }

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