#A8AEA4

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

Shades of Silver Chalice #A8AEA4

Tints of Silver Chalice #A8AEA4

Color information

#A8AEA4 (or 0xA8AEA4) is unknown color: approx Silver Chalice. HEX triplet: A8, AE and A4. RGB value is (168,174,164). Sum of RGB (Red+Green+Blue) = 168+174+164=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEA4 is #57515B. Grayscale: #ABABAB. Windows color (decimal): -5722460 or 10792616. OLE color: 10792616.

HSL color Cylindrical-coordinate representation of color #A8AEA4: hue angle of 96º 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 #A8AEA4 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB168174164-
CMYK0.0300.060.32
HSL96º5.81%66.27%-
HSV(B)96º5.75%68.24%-
XYZ37.9941.2841.09-
YUV171.07124.01125.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=33.20%
G=34.39%
B=32.41%

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
Decimal1681741640.0300.060.32965.8166.27
HexA8AEA43062060642
Octal250256244306401406102
Binary10101000101011101010010011011010000011000001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEA4; }

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

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

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

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

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

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

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

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