#A8AEA3

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

Shades of Silver Chalice #A8AEA3

Tints of Silver Chalice #A8AEA3

Color information

#A8AEA3 (or 0xA8AEA3) is unknown color: approx Silver Chalice. HEX triplet: A8, AE and A3. RGB value is (168,174,163). Sum of RGB (Red+Green+Blue) = 168+174+163=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEA3 is #57515C. Grayscale: #AAAAAA. Windows color (decimal): -5722461 or 10727080. OLE color: 10727080.

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

Color convert

RGB168174163-
CMYK0.0300.060.32
HSL92.73º6.36%66.08%-
HSV(B)92.73º6.32%68.24%-
XYZ37.941.2440.61-
YUV170.95123.51125.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 163 (64.06% from 255) = 32.28%
R=33.27%
G=34.46%
B=32.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741630.0300.060.3292.736.3666.08
HexA8AEA3306205d642
Octal250256243306401356102
Binary10101000101011101010001111011010000010111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEA3; }

 p { color: rgb(168,174,163); }

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

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

 a { background-color: rgb(168,174,163); }

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

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

 span { border-color: rgb(168,174,163); }

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