#ABB69E

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

Shades of Silver Chalice #ABB69E

Tints of Silver Chalice #ABB69E

Color information

#ABB69E (or 0xABB69E) is unknown color: approx Silver Chalice. HEX triplet: AB, B6 and 9E. RGB value is (171,182,158). Sum of RGB (Red+Green+Blue) = 171+182+158=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB69E is #544961. Grayscale: #B0B0B0. Windows color (decimal): -5523810 or 10401451. OLE color: 10401451.

HSL color Cylindrical-coordinate representation of color #ABB69E: hue angle of 87.5º 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 #ABB69E is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB171182158-
CMYK0.0600.130.29
HSL87.5º14.12%66.67%-
HSV(B)87.5º13.19%71.37%-
XYZ39.6944.5838.86-
YUV175.98117.86124.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=33.46%
G=35.62%
B=30.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821580.0600.130.2987.514.1266.67
HexABB69E60D1D57e43
Octal25326623660153512716103
Binary1010101110110110100111101100110111101101011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB69E; }

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

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

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

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

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

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

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

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