#AAAFA7

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

Shades of Silver Chalice #AAAFA7

Tints of Silver Chalice #AAAFA7

Color information

#AAAFA7 (or 0xAAAFA7) is unknown color: approx Silver Chalice. HEX triplet: AA, AF and A7. RGB value is (170,175,167). Sum of RGB (Red+Green+Blue) = 170+175+167=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA7 is #555058. Grayscale: #ACACAC. Windows color (decimal): -5591129 or 10989482. OLE color: 10989482.

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

Color convert

RGB170175167-
CMYK0.0300.050.31
HSL97.5º4.76%67.06%-
HSV(B)97.5º4.57%68.63%-
XYZ38.884242.62-
YUV172.59124.84126.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 167 (65.62% from 255) = 32.62%
R=33.20%
G=34.18%
B=32.62%

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
Decimal1701751670.0300.050.3197.54.7667.06
HexAAAFA73051F61543
Octal252257247305371415103
Binary1010101010101111101001111101011111111000011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFA7; }

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

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

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

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

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

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

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

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