#AFBAA6

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

Shades of Silver Chalice #AFBAA6

Tints of Silver Chalice #AFBAA6

Color information

#AFBAA6 (or 0xAFBAA6) is unknown color: approx Silver Chalice. HEX triplet: AF, BA and A6. RGB value is (175,186,166). Sum of RGB (Red+Green+Blue) = 175+186+166=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA6 is #504559. Grayscale: #B4B4B4. Windows color (decimal): -5260634 or 10926767. OLE color: 10926767.

HSL color Cylindrical-coordinate representation of color #AFBAA6: hue angle of 93º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBAA6 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB175186166-
CMYK0.0600.110.27
HSL93º12.66%69.02%-
HSV(B)93º10.75%72.94%-
XYZ42.1246.9842.93-
YUV180.43119.86124.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=33.21%
G=35.29%
B=31.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861660.0600.110.279312.6669.02
HexAFBAA660B1B5dd45
Octal25727224660133313515105
Binary1010111110111010101001101100101111011101110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAA6; }

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

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

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

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

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

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

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

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