#AAAFA4

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

Shades of Silver Chalice #AAAFA4

Tints of Silver Chalice #AAAFA4

Color information

#AAAFA4 (or 0xAAAFA4) is unknown color: approx Silver Chalice. HEX triplet: AA, AF and A4. RGB value is (170,175,164). Sum of RGB (Red+Green+Blue) = 170+175+164=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFA4 is #55505B. Grayscale: #ACACAC. Windows color (decimal): -5591132 or 10792874. OLE color: 10792874.

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

Color convert

RGB170175164-
CMYK0.0300.060.31
HSL87.27º6.43%66.47%-
HSV(B)87.27º6.29%68.63%-
XYZ38.6141.8941.17-
YUV172.25123.34126.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=33.40%
G=34.38%
B=32.22%

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
Decimal1701751640.0300.060.3187.276.4366.47
HexAAAFA43061F57642
Octal252257244306371276102
Binary1010101010101111101001001101101111110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFA4; }

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

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

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

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

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

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

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

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