#ACAFA6

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

Shades of Silver Chalice #ACAFA6

Tints of Silver Chalice #ACAFA6

Color information

#ACAFA6 (or 0xACAFA6) is unknown color: approx Silver Chalice. HEX triplet: AC, AF and A6. RGB value is (172,175,166). Sum of RGB (Red+Green+Blue) = 172+175+166=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFA6 is #535059. Grayscale: #ADADAD. Windows color (decimal): -5460058 or 10923948. OLE color: 10923948.

HSL color Cylindrical-coordinate representation of color #ACAFA6: hue angle of 80º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACAFA6 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB172175166-
CMYK0.0200.050.31
HSL80º5.33%66.86%-
HSV(B)80º5.14%68.63%-
XYZ39.2342.1842.15-
YUV173.08124.01127.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 166 (65.23% from 255) = 32.36%
R=33.53%
G=34.11%
B=32.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751660.0200.050.31805.3366.86
HexACAFA62051F50543
Octal254257246205371205103
Binary1010110010101111101001101001011111110100001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFA6; }

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

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

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

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

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

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

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

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