#ABB49E

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

Shades of Silver Chalice #ABB49E

Tints of Silver Chalice #ABB49E

Color information

#ABB49E (or 0xABB49E) is unknown color: approx Silver Chalice. HEX triplet: AB, B4 and 9E. RGB value is (171,180,158). Sum of RGB (Red+Green+Blue) = 171+180+158=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB49E is #544B61. Grayscale: #AEAEAE. Windows color (decimal): -5524322 or 10400939. OLE color: 10400939.

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

Color convert

RGB171180158-
CMYK0.0500.120.29
HSL84.55º12.79%66.27%-
HSV(B)84.55º12.22%70.59%-
XYZ39.2943.7738.73-
YUV174.8118.52125.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=33.60%
G=35.36%
B=31.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801580.0500.120.2984.5512.7966.27
HexABB49E50C1D55d42
Octal25326423650143512515102
Binary1010101110110100100111101010110011101101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB49E; }

 p { color: rgb(171,180,158); }

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

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

 a { background-color: rgb(171,180,158); }

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

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

 span { border-color: rgb(171,180,158); }

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