#A8AFA4

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

Shades of Silver Chalice #A8AFA4

Tints of Silver Chalice #A8AFA4

Color information

#A8AFA4 (or 0xA8AFA4) is unknown color: approx Silver Chalice. HEX triplet: A8, AF and A4. RGB value is (168,175,164). Sum of RGB (Red+Green+Blue) = 168+175+164=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA4 is #57505B. Grayscale: #ABABAB. Windows color (decimal): -5722204 or 10792872. OLE color: 10792872.

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

Color convert

RGB168175164-
CMYK0.0400.060.31
HSL98.18º6.43%66.47%-
HSV(B)98.18º6.29%68.63%-
XYZ38.1841.6741.15-
YUV171.65123.68125.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=33.14%
G=34.52%
B=32.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751640.0400.060.3198.186.4366.47
HexA8AFA44061F62642
Octal250257244406371426102
Binary10101000101011111010010010001101111111000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFA4; }

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

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

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

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

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

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

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

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