#A7AF9D

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

Shades of Silver Chalice #A7AF9D

Tints of Silver Chalice #A7AF9D

Color information

#A7AF9D (or 0xA7AF9D) is unknown color: approx Silver Chalice. HEX triplet: A7, AF and 9D. RGB value is (167,175,157). Sum of RGB (Red+Green+Blue) = 167+175+157=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF9D is #585062. Grayscale: #AAAAAA. Windows color (decimal): -5787747 or 10334119. OLE color: 10334119.

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

Color convert

RGB167175157-
CMYK0.0500.100.31
HSL86.67º10.11%65.1%-
HSV(B)86.67º10.29%68.63%-
XYZ37.3541.3137.9-
YUV170.56120.35125.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=33.47%
G=35.07%
B=31.46%

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
Decimal1671751570.0500.100.3186.6710.1165.1
HexA7AF9D50A1F57a41
Octal24725723550123712712101
Binary1010011110101111100111011010101011111101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF9D; }

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

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

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

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

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

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

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

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