#ACA6AA

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

Shades of Lily #ACA6AA

Tints of Lily #ACA6AA

Color information

#ACA6AA (or 0xACA6AA) is unknown color: approx Lily. HEX triplet: AC, A6 and AA. RGB value is (172,166,170). Sum of RGB (Red+Green+Blue) = 172+166+170=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA6AA is #535955. Grayscale: #A8A8A8. Windows color (decimal): -5462358 or 11183788. OLE color: 11183788.

HSL color Cylindrical-coordinate representation of color #ACA6AA: hue angle of 320º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACA6AA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172166170-
CMYK00.030.010.33
HSL320º3.49%66.27%-
HSV(B)320º3.49%67.45%-
XYZ37.9138.9543.55-
YUV168.25128.99130.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=33.86%
G=32.68%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216617000.030.010.333203.4966.27
HexACA6AA03121140342
Octal254246252031415003102
Binary1010110010100110101010100111100001101000000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6AA; }

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

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

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

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

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

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

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

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