#A7AF9E

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

Shades of Silver Chalice #A7AF9E

Tints of Silver Chalice #A7AF9E

Color information

#A7AF9E (or 0xA7AF9E) is unknown color: approx Silver Chalice. HEX triplet: A7, AF and 9E. RGB value is (167,175,158). Sum of RGB (Red+Green+Blue) = 167+175+158=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF9E is #585061. Grayscale: #AAAAAA. Windows color (decimal): -5787746 or 10399655. OLE color: 10399655.

HSL color Cylindrical-coordinate representation of color #A7AF9E: hue angle of 88.24º 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 #A7AF9E is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB167175158-
CMYK0.0500.100.31
HSL88.24º9.6%65.29%-
HSV(B)88.24º9.71%68.63%-
XYZ37.4441.3438.35-
YUV170.67120.85125.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=33.4%
G=35%
B=31.6%

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
Decimal1671751580.0500.100.3188.249.665.29
HexA7AF9E50A1F58a41
Octal24725723650123713012101
Binary1010011110101111100111101010101011111101100010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF9E; }

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

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

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

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

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

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

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

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