#AFB0AE

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

Shades of Silver Chalice #AFB0AE

Tints of Silver Chalice #AFB0AE

Color information

#AFB0AE (or 0xAFB0AE) is unknown color: approx Silver Chalice. HEX triplet: AF, B0 and AE. RGB value is (175,176,174). Sum of RGB (Red+Green+Blue) = 175+176+174=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0AE is #504F51. Grayscale: #AFAFAF. Windows color (decimal): -5263186 or 11448495. OLE color: 11448495.

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

Color convert

RGB175176174-
CMYK0.0100.010.31
HSL90º1.25%68.63%-
HSV(B)90º1.14%69.02%-
XYZ40.8443.2246.23-
YUV175.47127.17127.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=33.33%
G=33.52%
B=33.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761740.0100.010.31901.2568.63
HexAFB0AE1011F5a145
Octal257260256101371321105
Binary10101111101100001010111010111111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0AE; }

 p { color: rgb(175,176,174); }

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

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

 a { background-color: rgb(175,176,174); }

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

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

 span { border-color: rgb(175,176,174); }

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