#ACB69E

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

Shades of Silver Chalice #ACB69E

Tints of Silver Chalice #ACB69E

Color information

#ACB69E (or 0xACB69E) is unknown color: approx Silver Chalice. HEX triplet: AC, B6 and 9E. RGB value is (172,182,158). Sum of RGB (Red+Green+Blue) = 172+182+158=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB69E is #534961. Grayscale: #B0B0B0. Windows color (decimal): -5458274 or 10401452. OLE color: 10401452.

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

Color convert

RGB172182158-
CMYK0.0500.130.29
HSL85º14.12%66.67%-
HSV(B)85º13.19%71.37%-
XYZ39.9144.738.87-
YUV176.27117.69124.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=33.59%
G=35.55%
B=30.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821580.0500.130.298514.1266.67
HexACB69E50D1D55e43
Octal25426623650153512516103
Binary1010110010110110100111101010110111101101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB69E; }

 p { color: rgb(172,182,158); }

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

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

 a { background-color: rgb(172,182,158); }

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

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

 span { border-color: rgb(172,182,158); }

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