#AC9BA4

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

Shades of Shady Lady #AC9BA4

Tints of Shady Lady #AC9BA4

Color information

#AC9BA4 (or 0xAC9BA4) is unknown color: approx Shady Lady. HEX triplet: AC, 9B and A4. RGB value is (172,155,164). Sum of RGB (Red+Green+Blue) = 172+155+164=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA4 is #53645B. Grayscale: #A1A1A1. Windows color (decimal): -5465180 or 10787756. OLE color: 10787756.

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

Color convert

RGB172155164-
CMYK00.100.050.33
HSL328.24º9.29%64.12%-
HSV(B)328.24º9.88%67.45%-
XYZ35.4434.8939.99-
YUV161.11129.63135.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=35.03%
G=31.57%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215516400.100.050.33328.249.2964.12
HexAC9BA40A521148940
Octal25423324401254151011100
Binary1010110010011011101001000101010110000110100100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BA4; }

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

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

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

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

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

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

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

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