#ABB5A4

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

Shades of Silver Chalice #ABB5A4

Tints of Silver Chalice #ABB5A4

Color information

#ABB5A4 (or 0xABB5A4) is unknown color: approx Silver Chalice. HEX triplet: AB, B5 and A4. RGB value is (171,181,164). Sum of RGB (Red+Green+Blue) = 171+181+164=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB5A4 is #544A5B. Grayscale: #B0B0B0. Windows color (decimal): -5524060 or 10794411. OLE color: 10794411.

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

Color convert

RGB171181164-
CMYK0.0600.090.29
HSL95.29º10.3%67.65%-
HSV(B)95.29º9.39%70.98%-
XYZ40.0244.3941.58-
YUV176.07121.19124.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=33.14%
G=35.08%
B=31.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711811640.0600.090.2995.2910.367.65
HexABB5A46091D5fa44
Octal25326524460113513712104
Binary1010101110110101101001001100100111101101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5A4; }

 p { color: rgb(171,181,164); }

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

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

 a { background-color: rgb(171,181,164); }

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

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

 span { border-color: rgb(171,181,164); }

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