#ACAFA9

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

Shades of Silver Chalice #ACAFA9

Tints of Silver Chalice #ACAFA9

Color information

#ACAFA9 (or 0xACAFA9) is unknown color: approx Silver Chalice. HEX triplet: AC, AF and A9. RGB value is (172,175,169). Sum of RGB (Red+Green+Blue) = 172+175+169=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFA9 is #535056. Grayscale: #ADADAD. Windows color (decimal): -5460055 or 11120556. OLE color: 11120556.

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

Color convert

RGB172175169-
CMYK0.0200.030.31
HSL90º3.61%67.45%-
HSV(B)90º3.43%68.63%-
XYZ39.542.343.62-
YUV173.42125.51126.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=33.33%
G=33.91%
B=32.75%

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
Decimal1721751690.0200.030.31903.6167.45
HexACAFA92031F5a443
Octal254257251203371324103
Binary101011001010111110101001100111111110110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFA9; }

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

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

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

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

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

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

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

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