#AAAFA5

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

Shades of Silver Chalice #AAAFA5

Tints of Silver Chalice #AAAFA5

Color information

#AAAFA5 (or 0xAAAFA5) is unknown color: approx Silver Chalice. HEX triplet: AA, AF and A5. RGB value is (170,175,165). Sum of RGB (Red+Green+Blue) = 170+175+165=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA5 is #55505A. Grayscale: #ACACAC. Windows color (decimal): -5591131 or 10858410. OLE color: 10858410.

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

Color convert

RGB170175165-
CMYK0.0300.060.31
HSL90º5.88%66.67%-
HSV(B)90º5.71%68.63%-
XYZ38.741.9241.65-
YUV172.36123.84126.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=33.33%
G=34.31%
B=32.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751650.0300.060.31905.8866.67
HexAAAFA53061F5a643
Octal252257245306371326103
Binary1010101010101111101001011101101111110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFA5; }

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

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

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

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

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

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

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

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