#AAAFA6

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

Shades of Silver Chalice #AAAFA6

Tints of Silver Chalice #AAAFA6

Color information

#AAAFA6 (or 0xAAAFA6) is unknown color: approx Silver Chalice. HEX triplet: AA, AF and A6. RGB value is (170,175,166). Sum of RGB (Red+Green+Blue) = 170+175+166=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA6 is #555059. Grayscale: #ACACAC. Windows color (decimal): -5591130 or 10923946. OLE color: 10923946.

HSL color Cylindrical-coordinate representation of color #AAAFA6: hue angle of 93.33º 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 #AAAFA6 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB170175166-
CMYK0.0300.050.31
HSL93.33º5.33%66.86%-
HSV(B)93.33º5.14%68.63%-
XYZ38.7941.9642.13-
YUV172.48124.34126.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 166 (65.23% from 255) = 32.49%
R=33.27%
G=34.25%
B=32.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751660.0300.050.3193.335.3366.86
HexAAAFA63051F5d543
Octal252257246305371355103
Binary1010101010101111101001101101011111110111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFA6; }

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

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

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

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

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

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

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

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