#ACB79F

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

Shades of Silver Chalice #ACB79F

Tints of Silver Chalice #ACB79F

Color information

#ACB79F (or 0xACB79F) is unknown color: approx Silver Chalice. HEX triplet: AC, B7 and 9F. RGB value is (172,183,159). Sum of RGB (Red+Green+Blue) = 172+183+159=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB79F is #534860. Grayscale: #B1B1B1. Windows color (decimal): -5458017 or 10467244. OLE color: 10467244.

HSL color Cylindrical-coordinate representation of color #ACB79F: hue angle of 87.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB79F is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB172183159-
CMYK0.0600.130.28
HSL87.5º14.29%67.06%-
HSV(B)87.5º13.11%71.76%-
XYZ40.245.1439.39-
YUV176.98117.86124.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=33.46%
G=35.60%
B=30.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831590.0600.130.2887.514.2967.06
HexACB79F60D1C57e43
Octal25426723760153412716103
Binary1010110010110111100111111100110111100101011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB79F; }

 p { color: rgb(172,183,159); }

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

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

 a { background-color: rgb(172,183,159); }

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

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

 span { border-color: rgb(172,183,159); }

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