#ABB69F

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

Shades of Silver Chalice #ABB69F

Tints of Silver Chalice #ABB69F

Color information

#ABB69F (or 0xABB69F) is unknown color: approx Silver Chalice. HEX triplet: AB, B6 and 9F. RGB value is (171,182,159). Sum of RGB (Red+Green+Blue) = 171+182+159=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB69F is #544960. Grayscale: #B0B0B0. Windows color (decimal): -5523809 or 10466987. OLE color: 10466987.

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

Color convert

RGB171182159-
CMYK0.0600.130.29
HSL88.7º13.61%66.86%-
HSV(B)88.7º12.64%71.37%-
XYZ39.7844.6239.32-
YUV176.09118.36124.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=33.40%
G=35.55%
B=31.05%

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
Decimal1711821590.0600.130.2988.713.6166.86
HexABB69F60D1D59e43
Octal25326623760153513116103
Binary1010101110110110100111111100110111101101100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB69F; }

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

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

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

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

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

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

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

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