#AFBCA4

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

Shades of Silver Chalice #AFBCA4

Tints of Silver Chalice #AFBCA4

Color information

#AFBCA4 (or 0xAFBCA4) is unknown color: approx Silver Chalice. HEX triplet: AF, BC and A4. RGB value is (175,188,164). Sum of RGB (Red+Green+Blue) = 175+188+164=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBCA4 is #50435B. Grayscale: #B5B5B5. Windows color (decimal): -5260124 or 10796207. OLE color: 10796207.

HSL color Cylindrical-coordinate representation of color #AFBCA4: hue angle of 92.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBCA4 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB175188164-
CMYK0.0700.130.26
HSL92.5º15.19%69.02%-
HSV(B)92.5º12.77%73.73%-
XYZ42.3647.7642.11-
YUV181.38118.19123.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=33.21%
G=35.67%
B=31.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881640.0700.130.2692.515.1969.02
HexAFBCA470D1A5cf45
Octal25727424470153213417105
Binary1010111110111100101001001110110111010101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCA4; }

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

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

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

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

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

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

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

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