#ACADAB

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

Shades of Silver Chalice #ACADAB

Tints of Silver Chalice #ACADAB

Color information

#ACADAB (or 0xACADAB) is unknown color: approx Silver Chalice. HEX triplet: AC, AD and AB. RGB value is (172,173,171). Sum of RGB (Red+Green+Blue) = 172+173+171=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADAB is #535254. Grayscale: #ACACAC. Windows color (decimal): -5460565 or 11251116. OLE color: 11251116.

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

Color convert

RGB172173171-
CMYK0.0100.010.32
HSL90º1.2%67.45%-
HSV(B)90º1.16%67.84%-
XYZ39.3141.644.49-
YUV172.47127.17127.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=33.33%
G=33.53%
B=33.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731710.0100.010.32901.267.45
HexACADAB101205a143
Octal254255253101401321103
Binary101011001010110110101011101100000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADAB; }

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

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

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

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

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

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

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

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