#AEAFAA

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

Shades of Silver Chalice #AEAFAA

Tints of Silver Chalice #AEAFAA

Color information

#AEAFAA (or 0xAEAFAA) is unknown color: approx Silver Chalice. HEX triplet: AE, AF and AA. RGB value is (174,175,170). Sum of RGB (Red+Green+Blue) = 174+175+170=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFAA is #515055. Grayscale: #AEAEAE. Windows color (decimal): -5328982 or 11186094. OLE color: 11186094.

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

Color convert

RGB174175170-
CMYK0.0100.030.31
HSL72º3.03%67.65%-
HSV(B)72º2.86%68.63%-
XYZ40.0442.5644.13-
YUV174.13125.67127.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=33.53%
G=33.72%
B=32.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751700.0100.030.31723.0367.65
HexAEAFAA1031F48344
Octal256257252103371103104
Binary1010111010101111101010101011111111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFAA; }

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

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

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

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

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

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

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

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