#ABB69D

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

Shades of Silver Chalice #ABB69D

Tints of Silver Chalice #ABB69D

Color information

#ABB69D (or 0xABB69D) is unknown color: approx Silver Chalice. HEX triplet: AB, B6 and 9D. RGB value is (171,182,157). Sum of RGB (Red+Green+Blue) = 171+182+157=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB69D is #544962. Grayscale: #AFAFAF. Windows color (decimal): -5523811 or 10335915. OLE color: 10335915.

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

Color convert

RGB171182157-
CMYK0.0600.140.29
HSL86.4º14.62%66.47%-
HSV(B)86.4º13.74%71.37%-
XYZ39.6144.5538.41-
YUV175.86117.36124.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 157 (61.72% from 255) = 30.78%
R=33.53%
G=35.69%
B=30.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821570.0600.140.2986.414.6266.47
HexABB69D60E1D56f42
Octal25326623560163512617102
Binary1010101110110110100111011100111011101101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB69D; }

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

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

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

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

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

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

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

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