#A5ABA0

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

Shades of Silver Chalice #A5ABA0

Tints of Silver Chalice #A5ABA0

Color information

#A5ABA0 (or 0xA5ABA0) is unknown color: approx Silver Chalice. HEX triplet: A5, AB and A0. RGB value is (165,171,160). Sum of RGB (Red+Green+Blue) = 165+171+160=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABA0 is #5A545F. Grayscale: #A7A7A7. Windows color (decimal): -5919840 or 10529701. OLE color: 10529701.

HSL color Cylindrical-coordinate representation of color #A5ABA0: hue angle of 92.73º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5ABA0 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB165171160-
CMYK0.0400.060.33
HSL92.73º6.15%64.9%-
HSV(B)92.73º6.43%67.06%-
XYZ36.4339.6638.99-
YUV167.95123.51125.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 160 (62.89% from 255) = 32.26%
R=33.27%
G=34.48%
B=32.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711600.0400.060.3392.736.1564.9
HexA5ABA0406215d641
Octal245253240406411356101
Binary101001011010101110100000100011010000110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABA0; }

 p { color: rgb(165,171,160); }

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

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

 a { background-color: rgb(165,171,160); }

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

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

 span { border-color: rgb(165,171,160); }

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