#AC9BA6

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

Shades of Shady Lady #AC9BA6

Tints of Shady Lady #AC9BA6

Color information

#AC9BA6 (or 0xAC9BA6) is unknown color: approx Shady Lady. HEX triplet: AC, 9B and A6. RGB value is (172,155,166). Sum of RGB (Red+Green+Blue) = 172+155+166=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA6 is #536459. Grayscale: #A1A1A1. Windows color (decimal): -5465178 or 10918828. OLE color: 10918828.

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

Color convert

RGB172155166-
CMYK00.100.030.33
HSL321.18º9.29%64.12%-
HSV(B)321.18º9.88%67.45%-
XYZ35.6234.9740.95-
YUV161.34130.63135.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=34.89%
G=31.44%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215516600.100.030.33321.189.2964.12
HexAC9BA60A321141940
Octal25423324601234150111100
Binary101011001001101110100110010101110000110100000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BA6; }

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

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

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

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

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

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

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

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