#AFBAA5

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

Shades of Silver Chalice #AFBAA5

Tints of Silver Chalice #AFBAA5

Color information

#AFBAA5 (or 0xAFBAA5) is unknown color: approx Silver Chalice. HEX triplet: AF, BA and A5. RGB value is (175,186,165). Sum of RGB (Red+Green+Blue) = 175+186+165=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA5 is #50455A. Grayscale: #B4B4B4. Windows color (decimal): -5260635 or 10861231. OLE color: 10861231.

HSL color Cylindrical-coordinate representation of color #AFBAA5: hue angle of 91.43º 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 #AFBAA5 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB175186165-
CMYK0.0600.110.27
HSL91.43º13.21%68.82%-
HSV(B)91.43º11.29%72.94%-
XYZ42.0346.9542.44-
YUV180.32119.36124.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=33.27%
G=35.36%
B=31.37%

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
Decimal1751861650.0600.110.2791.4313.2168.82
HexAFBAA560B1B5bd45
Octal25727224560133313315105
Binary1010111110111010101001011100101111011101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAA5; }

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

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

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

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

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

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

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

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