#AEB3A7

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

Shades of Silver Chalice #AEB3A7

Tints of Silver Chalice #AEB3A7

Color information

#AEB3A7 (or 0xAEB3A7) is unknown color: approx Silver Chalice. HEX triplet: AE, B3 and A7. RGB value is (174,179,167). Sum of RGB (Red+Green+Blue) = 174+179+167=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3A7 is #514C58. Grayscale: #B0B0B0. Windows color (decimal): -5327961 or 10990510. OLE color: 10990510.

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

Color convert

RGB174179167-
CMYK0.0300.070.30
HSL85º7.32%67.84%-
HSV(B)85º6.7%70.2%-
XYZ40.5544.0342.92-
YUV176.14122.84126.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=33.46%
G=34.42%
B=32.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791670.0300.070.30857.3267.84
HexAEB3A73071E55744
Octal256263247307361257104
Binary1010111010110011101001111101111111010101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3A7; }

 p { color: rgb(174,179,167); }

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

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

 a { background-color: rgb(174,179,167); }

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

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

 span { border-color: rgb(174,179,167); }

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