#ABB4A4

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

Shades of Silver Chalice #ABB4A4

Tints of Silver Chalice #ABB4A4

Color information

#ABB4A4 (or 0xABB4A4) is unknown color: approx Silver Chalice. HEX triplet: AB, B4 and A4. RGB value is (171,180,164). Sum of RGB (Red+Green+Blue) = 171+180+164=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4A4 is #544B5B. Grayscale: #AFAFAF. Windows color (decimal): -5524316 or 10794155. OLE color: 10794155.

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

Color convert

RGB171180164-
CMYK0.0500.090.29
HSL93.75º9.64%67.45%-
HSV(B)93.75º8.89%70.59%-
XYZ39.8243.9841.51-
YUV175.48121.52124.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=33.20%
G=34.95%
B=31.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801640.0500.090.2993.759.6467.45
HexABB4A45091D5ea43
Octal25326424450113513612103
Binary1010101110110100101001001010100111101101111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4A4; }

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

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

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

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

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

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

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

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