#AEAFAB

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

Shades of Silver Chalice #AEAFAB

Tints of Silver Chalice #AEAFAB

Color information

#AEAFAB (or 0xAEAFAB) is unknown color: approx Silver Chalice. HEX triplet: AE, AF and AB. RGB value is (174,175,171). Sum of RGB (Red+Green+Blue) = 174+175+171=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFAB is #515054. Grayscale: #AEAEAE. Windows color (decimal): -5328981 or 11251630. OLE color: 11251630.

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

Color convert

RGB174175171-
CMYK0.0100.020.31
HSL75º2.44%67.84%-
HSV(B)75º2.29%68.63%-
XYZ40.1442.644.64-
YUV174.24126.17127.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=33.46%
G=33.65%
B=32.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751710.0100.020.31752.4467.84
HexAEAFAB1021F4b244
Octal256257253102371132104
Binary1010111010101111101010111010111111001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFAB; }

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

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

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

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

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

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

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

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