#A6AF9E

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

Shades of Silver Chalice #A6AF9E

Tints of Silver Chalice #A6AF9E

Color information

#A6AF9E (or 0xA6AF9E) is unknown color: approx Silver Chalice. HEX triplet: A6, AF and 9E. RGB value is (166,175,158). Sum of RGB (Red+Green+Blue) = 166+175+158=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF9E is #595061. Grayscale: #AAAAAA. Windows color (decimal): -5853282 or 10399654. OLE color: 10399654.

HSL color Cylindrical-coordinate representation of color #A6AF9E: hue angle of 91.76º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6AF9E is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB166175158-
CMYK0.0500.100.31
HSL91.76º9.6%65.29%-
HSV(B)91.76º9.71%68.63%-
XYZ37.2341.2438.34-
YUV170.37121.02124.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=33.27%
G=35.07%
B=31.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751580.0500.100.3191.769.665.29
HexA6AF9E50A1F5ca41
Octal24625723650123713412101
Binary1010011010101111100111101010101011111101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF9E; }

 p { color: rgb(166,175,158); }

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

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

 a { background-color: rgb(166,175,158); }

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

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

 span { border-color: rgb(166,175,158); }

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