#ACB0AA

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

Shades of Silver Chalice #ACB0AA

Tints of Silver Chalice #ACB0AA

Color information

#ACB0AA (or 0xACB0AA) is unknown color: approx Silver Chalice. HEX triplet: AC, B0 and AA. RGB value is (172,176,170). Sum of RGB (Red+Green+Blue) = 172+176+170=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0AA is #534F55. Grayscale: #AEAEAE. Windows color (decimal): -5459798 or 11186348. OLE color: 11186348.

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

Color convert

RGB172176170-
CMYK0.0200.030.31
HSL100º3.66%67.84%-
HSV(B)100º3.41%69.02%-
XYZ39.7942.7244.18-
YUV174.12125.67126.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=33.20%
G=33.98%
B=32.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761700.0200.030.311003.6667.84
HexACB0AA2031F64444
Octal254260252203371444104
Binary101011001011000010101010100111111111001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0AA; }

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

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

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

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

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

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

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

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