#AFBBA4

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

Shades of Silver Chalice #AFBBA4

Tints of Silver Chalice #AFBBA4

Color information

#AFBBA4 (or 0xAFBBA4) is unknown color: approx Silver Chalice. HEX triplet: AF, BB and A4. RGB value is (175,187,164). Sum of RGB (Red+Green+Blue) = 175+187+164=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA4 is #50445B. Grayscale: #B4B4B4. Windows color (decimal): -5260380 or 10795951. OLE color: 10795951.

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

Color convert

RGB175187164-
CMYK0.0600.120.27
HSL91.3º14.47%68.82%-
HSV(B)91.3º12.3%73.33%-
XYZ42.1547.3342.04-
YUV180.79118.52123.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 164 (64.45% from 255) = 31.18%
R=33.27%
G=35.55%
B=31.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871640.0600.120.2791.314.4768.82
HexAFBBA460C1B5be45
Octal25727324460143313316105
Binary1010111110111011101001001100110011011101101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBA4; }

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

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

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

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

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

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

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

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