#AFBAA0

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

Shades of Silver Chalice #AFBAA0

Tints of Silver Chalice #AFBAA0

Color information

#AFBAA0 (or 0xAFBAA0) is unknown color: approx Silver Chalice. HEX triplet: AF, BA and A0. RGB value is (175,186,160). Sum of RGB (Red+Green+Blue) = 175+186+160=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA0 is #50455F. Grayscale: #B3B3B3. Windows color (decimal): -5260640 or 10533551. OLE color: 10533551.

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

Color convert

RGB175186160-
CMYK0.0600.140.27
HSL85.38º15.85%67.84%-
HSV(B)85.38º13.98%72.94%-
XYZ41.5846.7740.09-
YUV179.75116.86124.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=33.59%
G=35.70%
B=30.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861600.0600.140.2785.3815.8567.84
HexAFBAA060E1B551044
Octal25727224060163312520104
Binary10101111101110101010000011001110110111010101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAA0; }

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

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

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

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

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

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

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

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