#ACAEAB

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

Shades of Silver Chalice #ACAEAB

Tints of Silver Chalice #ACAEAB

Color information

#ACAEAB (or 0xACAEAB) is unknown color: approx Silver Chalice. HEX triplet: AC, AE and AB. RGB value is (172,174,171). Sum of RGB (Red+Green+Blue) = 172+174+171=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEAB is #535154. Grayscale: #ADADAD. Windows color (decimal): -5460309 or 11251372. OLE color: 11251372.

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

Color convert

RGB172174171-
CMYK0.0100.020.32
HSL100º1.82%67.65%-
HSV(B)100º1.72%68.24%-
XYZ39.541.9844.55-
YUV173.06126.84127.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=33.27%
G=33.66%
B=33.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741710.0100.020.321001.8267.65
HexACAEAB1022064244
Octal254256253102401442104
Binary10101100101011101010101110101000001100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEAB; }

 p { color: rgb(172,174,171); }

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

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

 a { background-color: rgb(172,174,171); }

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

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

 span { border-color: rgb(172,174,171); }

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